「Let's encrypt」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
3行目: 3行目:
  
 
*[https://letsencrypt.jp/command/ コマンド解説 - Let's Encrypt 総合ポータル]
 
*[https://letsencrypt.jp/command/ コマンド解説 - Let's Encrypt 総合ポータル]
 +
 +
==Firefoxだけ表示できない==
 +
[https://community.letsencrypt.org/t/only-firefox-refuses-letsencrypt-connection/17648/11 Only Firefox refuses LetsEncrypt connection - Server - Let's Encrypt Community Support]
 +
<code>ssl.conf</code>の後ろに
 +
<code>SSLCertificateKeyFile /etc/letsencrypt/live/mydomain.com/privkey.pem</code>
 +
次の1行を追加
 +
<code>SSLCertificateChainFile /etc/letsencrypt/live/mydomain.com/fullchain.pem</code>
 +
  
 
[[Category:let's encrypt]]
 
[[Category:let's encrypt]]

2017年8月21日 (月) 02:35時点における版

鍵の更新の方法

./certbot-auto -w /path/to/webroot/ -d domain1 -d domain2

Firefoxだけ表示できない

Only Firefox refuses LetsEncrypt connection - Server - Let's Encrypt Community Support ssl.confの後ろに SSLCertificateKeyFile /etc/letsencrypt/live/mydomain.com/privkey.pem 次の1行を追加 SSLCertificateChainFile /etc/letsencrypt/live/mydomain.com/fullchain.pem