lego/providers/dns/zoneee/zoneee.toml
2020-11-27 20:40:44 +01:00

25 lines
727 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 myemail@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"