4,461
edits
→Revoking and/or deleting certificates: Deleting certificate files |
|||
Line 96: | Line 96: | ||
<source lang="bash"> | <source lang="bash"> | ||
$ certbot-auto revoke --cert-path /etc/letsencrypt/live/bamboo.domain.com/cert.pem --reason cessationofoperation | $ certbot-auto revoke --cert-path /etc/letsencrypt/live/bamboo.domain.com/cert.pem --reason cessationofoperation | ||
</source> | |||
== Deleting certificate files == | |||
<source lang="console"> | |||
$ certbot-auto delete --cert-name domain.com | |||
</source> | </source> | ||