ssl_reissue_domain
Reissue or provision an ACME certificate for a domain, renewing its SSL. Supports dry-run to validate first, then confirm to apply.
Instructions
Reissue / provision the Let's Encrypt (or configured ACME) certificate for a domain.
This is the primary 'renew/reissue SSL' action. It calls POST /api/domain-tls/{domain}/provision-certs (or the dry-run sibling). DirectAdmin must have ACME enabled for the domain — use ssl_get_domain_acme_config first if you are unsure. For hostname/server certs use ssl_reissue_server.
Args: domain: Fully-qualified domain to reissue. impersonate: User that owns the domain (recommended for admin). dry_run: If true, validate only — do not hit the CA. confirm: Required unless dry_run is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| reason | No | ||
| confirm | No | ||
| dry_run | No | ||
| impersonate | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |