/etc/nginx/sites-enabled
にある該当のドメインの設定ファイルを削除する
Nginx を再読込する
sudo nginx -t sudo systemctl reload nginx
ドメインの自動更新設定の削除
sudo certbot certificates sudo certbot delete --cert-name <消したいドメイン名>
/etc/nginx/sites-enabled
にある該当のドメインの設定ファイルを削除する
Nginx を再読込する
sudo nginx -t sudo systemctl reload nginx
ドメインの自動更新設定の削除
sudo certbot certificates sudo certbot delete --cert-name <消したいドメイン名>
コメント