Anexia CloudDNS
Configuration for Anexia CloudDNS.
- Code:
anexia
- Since: v4.28.0
Here is an example bash command using the Anexia CloudDNS provider:
ANEXIA_TOKEN=xxx \
lego --email you@example.com --dns anexia -d '*.example.com' -d example.com run
Credentials
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.
Additional Configuration
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.
Description
You need to create an API token in the Anexia Engine.
The token must have permissions to manage DNS zones and records.