opnsense_acme_update_challenge
Modify ACME challenge credentials and settings in OPNsense firewall to update Let's Encrypt certificate validation configurations.
Instructions
Update an existing ACME challenge/validation by UUID. Use to change credentials or settings. Run opnsense_acme_apply afterwards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the challenge to update | |
| name | No | Updated name | |
| dns_service | No | DNS provider service ID | |
| dns_environment | No | Environment variables | |
| description | No | Updated description | |
| dns_cf_token | No | Cloudflare API Token | |
| dns_cf_account_id | No | Cloudflare Account ID | |
| dns_cf_key | No | Cloudflare Global API Key | |
| dns_cf_email | No | Cloudflare account email | |
| dns_cf_zone_id | No | Cloudflare Zone ID |