4,461
edits
m →Revoking and/or deleting certificates: Revoke AND delete |
|||
Line 104: | Line 104: | ||
$ 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> | </source> | ||
Revoke AND delete | |||
<source lang="bash"> | |||
$ sudo letsencrypt revoke --cert-path /etc/letsencrypt/live/mydomain.com/fullchain.pem --delete-after-revoke --reason superseded | |||
</source> | |||
== Deleting certificate files == | == Deleting certificate files == |