You are viewing this site in a simplified layout because your browser does not yet support CSS Subgrid.

op111.net

Search op111.net

How to delete a Let’s Encrypt certificate

First get a numbered list of all certificates that can be deleted:

$ sudo certbot delete

Then type the number of the certificate you want to delete and hit Enter.

Certificates can also be deleted by name:

$ sudo certbot delete --cert-name CERTNAME

Run certbot --help delete for more information.