Let's Encrypt: Difference between revisions

Jump to navigation Jump to search
→‎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>


Navigation menu