docs/content/dns/zz_gen_anexia.md
Configuration for Anexia CloudDNS.
<!--more-->anexiaHere is an example bash command using the Anexia CloudDNS provider:
ANEXIA_TOKEN=xxx \
lego --dns anexia -d '*.example.com' -d example.com run
| Environment Variable Name | Description |
|---|---|
ANEXIA_TOKEN | API token for Anexia Engine |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| Environment Variable Name | Description |
|---|---|
ANEXIA_API_URL | API endpoint URL (default: https://engine.anexia-it.com) |
ANEXIA_HTTP_TIMEOUT | API request timeout in seconds (Default: 30) |
ANEXIA_POLLING_INTERVAL | Time between DNS propagation check in seconds (Default: 2) |
ANEXIA_PROPAGATION_TIMEOUT | Maximum waiting time for DNS propagation in seconds (Default: 300) |
ANEXIA_TTL | The TTL of the TXT record used for the DNS challenge in seconds (Default: 300) |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
You need to create an API token in the Anexia Engine.
The token must have permissions to manage DNS zones and records.