update_acme_certificate
Update an existing ACME certificate on pfSense by its ID. Change domain list, key length, ACME account, or DNS sleep, then apply immediately.
Instructions
Update an existing ACME certificate entry by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Certificate name | |
| descr | No | Description | |
| dnssleep | No | Seconds to sleep after publishing the DNS-01 record instead of acme.sh auto-detecting propagation via public DoH resolvers — set this if issuance hangs indefinitely on a network that blocks outbound DNS-over-HTTPS (see create_acme_certificate for detail). | |
| keylength | No | Key length/type | |
| acmeaccount | No | ACME account key reference name | |
| a_domainlist | No | Replace the certificate's full domain (SAN) validation list (same entry shape as create_acme_certificate). To add or remove a single domain without resending the whole list, use manage_acme_certificate_domain instead. | |
| certificate_id | Yes | Certificate ID (from search_acme_certificates) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||