lego/providers/dns/desec/desec.toml

23 lines
655 B
TOML
Raw Normal View History

2020-05-06 23:27:35 +00:00
Name = "deSEC.io"
Description = ''''''
URL = "https://desec.io"
Code = "desec"
2020-07-15 20:29:45 +00:00
Since = "v3.7.0"
2020-05-06 23:27:35 +00:00
Example = '''
DESEC_TOKEN=x-xxxxxxxxxxxxxxxxxxxxxxxxxx \
2022-06-16 22:25:42 +00:00
lego --email you@example.com --dns desec --domains my.example.org run
2020-05-06 23:27:35 +00:00
'''
[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/"