revoke_cert
Revoke a Let's Encrypt certificate immediately after a key compromise to make browsers distrust it; confirm required, certificate files remain for optional deletion.
Instructions
Revoke a certificate with Let's Encrypt (e.g. after a key compromise) - the CA distrusts it immediately, browser-wide, for any site still serving it. Destructive and effectively irreversible - requires confirm:true. Leaves the cert files on disk; follow with delete_cert to remove them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | certbot cert name | |
| confirm | No | Must be true to actually revoke; false (default) is a dry run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |