1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 17:21:50 +02:00
lego/providers/dns/dode/dode.toml

24 lines
725 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-17 00:25:42 +02: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 11:51:37 +02:00
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
[Links]
2024-05-27 15:28:32 +02:00
API = "https://www.do.de/wiki/freie-ssl-tls-zertifikate-ueber-acme/"