techMate
Hi, anyone knows what is correct way to delete Let's Encrypt Certbot SSL Certificate. I have an issued SSL Certificate for a domain name which I don’t need anymore, so need help to completely remove its files from my Linux server?
Use this command to delete, it will display an index from which you can select the index number of domain name to delete:
$ sudo certbot delete
OR you can delete a Certbot certificate by including the domain name in the command like this:
$ sudo certbot delete --cert-name example.com
This could also be useful if the domain name does not appear in the index.