ssl_delete_domain_cert
Remove a specific SSL certificate from a domain by providing the domain and certificate ID. Optionally re-enable ACME management for the domain after deletion.
Instructions
Delete one certificate from a domain.
Args: domain: Domain. cert_id: Certificate id from ssl_list_domain_certs. update_acme_skiplist: Let ACME manage this name again after delete. impersonate: Owning user. confirm: Required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| cert_id | Yes | ||
| confirm | No | ||
| impersonate | No | ||
| update_acme_skiplist | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |