以下で、サーバーに入っているLet’s Encrypt証明書一覧を表示します。
1 |
$ ./certbot/certbot-auto certificates |
Found the following certs:
Certificate Name: example.com
Domains: *.example.com example.com
Expiry Date: 2019-01-01 01:01:01+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/example.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/example.com/privkey.pem
「Certificate Name」の部分を指定して、以下を実行すると削除されます。
1 |
$ ./certbot/certbot-auto delete --cert-name example.com |
Deleted all files relating to certificate example.com.