DEV Community

Daniel Felix
Daniel Felix

Posted on • Originally published at danielfelix.in

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

List all SSL certificates issued by Certbot in Ubuntu

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.

Delete SSL certificates issued by Certbot in Ubuntu

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay