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

提供:onlinehacks
ナビゲーションに移動 検索に移動
(ページの作成:「==鍵の更新の方法== <code>./certbot-auto -w /path/to/webroot/ -d domain1 -d domain2</code> *[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 /…」)
 
(相違点なし)

2023年11月15日 (水) 06:46時点における最新版

鍵の更新の方法

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

Firefoxだけページを表示できない

ssl.conf

SSLCertificateKeyFile /etc/letsencrypt/live/mydomain.com/privkey.pem

の後ろに次の1行を追加

SSLCertificateChainFile /etc/letsencrypt/live/mydomain.com/fullchain.pem