ssl_set_domain_acme_config
Configure ACME settings for a domain to manage certificate issuance and renewal. Set provider, key type, wildcard preference, DNS challenge options, and confirm to apply changes.
Instructions
Update ACME settings for a domain before issuing or reissuing a cert.
Args: domain: Fully-qualified domain. enabled: Whether ACME auto-management is on. provider: '' | letsencrypt | letsencrypt-staging | zerossl key_type: rsa2048 | rsa4096 | ec256 | ec384 prefer_wildcard: Request *.domain when DNS challenge is available. dns_provider: Optional DNS plugin name (cloudflare, …) for DNS-01. skip_dns_names: Names that ACME should ignore. dns_environment: Provider env vars (tokens are redacted in logs). impersonate: Optional user to act as. confirm: Must be true — writes ACME secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| confirm | No | ||
| enabled | No | ||
| key_type | No | ec256 | |
| provider | No | letsencrypt | |
| impersonate | No | ||
| dns_provider | No | ||
| skip_dns_names | No | ||
| dns_environment | No | ||
| prefer_wildcard | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |