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

提供:onayami
編集の要約なし
編集の要約なし
 
4行目: 4行目:
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>
</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