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

26 lines
724 B
TOML

Name = "Dyn"
Description = ''''''
URL = "https://dyn.com/"
Code = "dyn"
Since = "v0.3.0"
Example = '''
DYN_CUSTOMER_NAME=xxxxxx \
DYN_USER_NAME=yyyyy \
DYN_PASSWORD=zzzz \
lego --email myemail@example.com --dns dyn --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
DYN_CUSTOMER_NAME = "Customer name"
DYN_USER_NAME = "User name"
DYN_PASSWORD = "Password"
[Configuration.Additional]
DYN_POLLING_INTERVAL = "Time between DNS propagation check"
DYN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
DYN_TTL = "The TTL of the TXT record used for the DNS challenge"
DYN_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://help.dyn.com/rest/"