lego/providers/dns/autodns/autodns.toml

27 lines
956 B
TOML
Raw Normal View History

2019-11-01 10:20:34 +00:00
Name = "Autodns"
Description = ''''''
URL = "https://www.internetx.com/domains/autodns/"
Code = "autodns"
2019-11-09 19:52:30 +00:00
Since = "v3.2.0"
2019-11-01 10:20:34 +00:00
Example = '''
AUTODNS_API_USER=usernam \
AUTODNS_API_PASSWORD=supersecretpassword \
lego --dns autodns --domains my.domain.com --email my@email.com run
'''
[Configuration]
[Configuration.Credentials]
AUTODNS_API_USER = "Username"
AUTODNS_API_PASSWORD = "User Password"
[Configuration.Additional]
AUTODNS_ENDPOINT = "API endpoint URL, defaults to https://api.autodns.com/v1/"
AUTODNS_CONTEXT = "API context (4 for production, 1 for testing. Defaults to 4)"
AUTODNS_TTL = "The TTL of the TXT record used for the DNS challenge"
AUTODNS_POLLING_INTERVAL = "Time between DNS propagation check"
AUTODNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
AUTODNS_HTTP_TIMEOUT = "API request timeout, defaults to 30 seconds"
[Links]
API = "https://help.internetx.com/display/APIJSONEN"