lego/providers/dns/dode/dode.toml

24 lines
712 B
TOML
Raw Normal View History

Name = "Domain Offensive (do.de)"
Description = ''''''
URL = "https://www.do.de/"
Code = "dode"
Since = "v2.4.0"
Example = '''
DODE_TOKEN=xxxxxx \
2022-06-16 22:25:42 +00:00
lego --email you@example.com --dns dode --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
DODE_TOKEN = "API token"
[Configuration.Additional]
DODE_POLLING_INTERVAL = "Time between DNS propagation check"
DODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
DODE_TTL = "The TTL of the TXT record used for the DNS challenge"
DODE_HTTP_TIMEOUT = "API request timeout"
2021-04-25 09:51:37 +00:00
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
[Links]
API = "https://www.do.de/wiki/LetsEncrypt_-_Entwickler"