1
0
mirror of https://github.com/go-acme/lego.git synced 2025-03-11 23:14:41 +02:00
lego/providers/dns/zoneee/zoneee.toml
2025-01-11 15:35:31 +01:00

25 lines
735 B
TOML

Name = "Zone.ee"
Description = ''''''
URL = "https://www.zone.ee/"
Code = "zoneee"
Since = "v2.1.0"
Example = '''
ZONEEE_API_USER=xxxxx \
ZONEEE_API_KEY=yyyyy \
lego --email you@example.com --dns zoneee -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
ZONEEE_API_USER = "API user"
ZONEEE_API_KEY = "API key"
[Configuration.Additional]
ZONEEE_ENDPOINT = "API endpoint URL"
ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
ZONEEE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://api.zone.eu/v2"