lego/providers/dns/zoneee/zoneee.toml
2022-06-17 00:25:42 +02:00

25 lines
723 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 --domains my.example.org 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"
ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
ZONEEE_TTL = "The TTL of the TXT record used for the DNS challenge"
ZONEEE_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://api.zone.eu/v2"