issue_wildcard_cert
Request a Let's Encrypt wildcard certificate for a domain and all subdomains using DNS-01 validation via Route53, avoiding rate limits with a safe staging default.
Instructions
Request a wildcard certificate (domain and *.domain) via certbot --dns-route53 (DNS-01 validation, required since HTTP-01 can't prove ownership of a wildcard). Requires the certbot-dns-route53 plugin installed on the box and AWS credentials in the environment (see README) - fails fast with guidance if credentials are missing. Defaults to staging. For a single non-wildcard domain, use issue_cert instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Contact email for the Let's Encrypt account; omitted registers unsafely-without-email | ||
| domain | Yes | Base domain, e.g. julcap.net - issues it plus *.julcap.net | |
| staging | No | True (default) uses Let's Encrypt's staging CA: untrusted certs, but no rate-limit risk |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| certbot_output | Yes |