opnsense_acme_create_cert
Create ACME/Let's Encrypt certificates for OPNsense firewall infrastructure using configured accounts and validation methods. Generate certificates with custom names, alternative names, and automatic renewal settings.
Instructions
Create a new ACME certificate request. Requires an account and challenge to be configured first. Run opnsense_acme_apply afterwards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Certificate name (e.g. 'fw.example.com') | |
| description | No | Optional description | |
| alt_names | Yes | Comma-separated Subject Alternative Names (e.g. 'fw.example.com,*.example.com') | |
| account_uuid | Yes | UUID of the ACME account | |
| validation_uuid | Yes | UUID of the challenge/validation method | |
| key_length | No | Key type and length (default: ec256) | |
| auto_renewal | No | Enable automatic renewal (default: true) |