1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-14 06:06:10 +02:00
lego/providers/dns/desec/desec.toml
2020-11-27 20:40:44 +01:00

23 lines
659 B
TOML

Name = "deSEC.io"
Description = ''''''
URL = "https://desec.io"
Code = "desec"
Since = "v3.7.0"
Example = '''
DESEC_TOKEN=x-xxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email myemail@example.com --dns desec --domains my.example.org 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/"