「IT let's encrypt 自動更新」の版間の差分

提供:onayami
(ページの作成:「certbot renew systemctl restart httpd」)
 
編集の要約なし
 
(他の1人の利用者による、間の1版が非表示)
1行目: 1行目:
<syntaxhighlight lang="bash" line>
certbot renew
certbot renew
systemctl restart httpd
systemctl restart httpd
</syntaxhighlight>
<syntaxhighlight lang="bash" line>
sudo systemctl stop httpd
#certbot renew --force-renew --dry-run
sudo certbot renew --force-renew
sudo systemctl start httpd
</syntaxhighlight>

2024年9月19日 (木) 15:13時点における最新版


certbot renew
systemctl restart httpd
sudo systemctl stop httpd
#certbot renew --force-renew --dry-run
sudo certbot renew --force-renew
sudo systemctl start httpd