delete_cert
Delete a certificate's files from Certbot's local store. Requires explicit confirmation to avoid accidental removal; nginx configs referencing the deleted files will fail to reload.
Instructions
Delete a certificate's files from certbot's local store. Destructive - requires confirm:true. Does not revoke the certificate first - if it may be compromised, call revoke_cert before this. Any nginx config still referencing the deleted files will fail to reload afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | certbot cert name | |
| confirm | No | Must be true to actually delete; false (default) is a dry run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |