sudo certbot revoke --cert-path /etc/letsencrypt/live/example.com/cert.pem
Category: Self-Hosting
sudo certbot revoke --cert-path /etc/letsencrypt/live/example.com/cert.pem
Revoke a certificate with the CA — use when a private key may have been compromised
Tells Let's Encrypt's CA to mark a certificate as revoked — browsers will immediately distrust it. Use when a private key is compromised.