Let’s Encrypt でよく使うコマンドのまとめ

証明書の取得

# certbot certonly --webroot -w /home/{your-home-directory}/www/ -d {your.website.com}

証明書の更新

# certbot renew --post-hook "systemctl reload httpd"

証明書の破棄

# certbot delete

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です