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 correspond to the site you want to delete the SSL certificate for.
Top comments (0)