lego/providers/dns/desec/desec.toml
2020-07-15 22:29:45 +02:00

22 lines
651 B
TOML

Name = "deSEC.io"
Description = ''''''
URL = "https://desec.io"
Code = "desec"
Since = "v3.7.0"
Example = '''
DESEC_TOKEN=x-xxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --dns desec --domains my.domain.com --email my@email.com run
'''
[Configuration]
[Configuration.Credentials]
DESEC_TOKEN = "Domain token"
[Configuration.Additional]
DESEC_POLLING_INTERVAL = "Time between DNS propagation check"
DESEC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
DESEC_TTL = "The TTL of the TXT record used for the DNS challenge"
DESEC_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://desec.readthedocs.io/en/latest/"