1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-23 05:55:10 +02:00
lego/providers/dns/variomedia/variomedia.toml

24 lines
775 B
TOML
Raw Normal View History

Name = "Variomedia"
Description = ''''''
URL = "https://www.variomedia.de/"
Code = "variomedia"
Since = "v4.8.0"
Example = '''
VARIOMEDIA_API_TOKEN=xxxx \
2024-11-07 23:55:04 +01:00
lego --email you@example.com --dns variomedia -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
2024-10-14 13:12:26 +02:00
VARIOMEDIA_API_TOKEN = "API token"
[Configuration.Additional]
VARIOMEDIA_POLLING_INTERVAL = "Time between DNS propagation check"
VARIOMEDIA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
VARIOMEDIA_TTL = "The TTL of the TXT record used for the DNS challenge"
2024-10-14 13:12:26 +02:00
VARIOMEDIA_SEQUENCE_INTERVAL = "Time between sequential requests"
VARIOMEDIA_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://api.variomedia.de/docs/dns-records.html"