「IT let's encrypt 自動更新」の版間の差分
(ページの作成:「certbot renew systemctl restart httpd」) |
Moutaku3dayo (トーク | 投稿記録) 編集の要約なし |
||
(他の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