How to list all SSL certificates issued by Certbot and how to delete one in Ubuntu
If you are using Let’s Encrypt Certbot to issue SSL certificates for your site and want to display a list of all your SSL certificates.
You can run the following if your server is using certbot.
certbot certificates
To delete a Let’s Encrypt SSL certificate that is on your server run the following.
certbot delete
and choose the number that corresponds to the site you want to delete the SSL certificate for.