1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-10 18:53:06 +02:00
lego/providers/dns/dreamhost/dreamhost.toml

23 lines
721 B
TOML
Raw Normal View History

Name = "DreamHost"
Description = ''''''
URL = "https://www.dreamhost.com"
Code = "dreamhost"
Since = "v1.1.0"
2019-10-05 18:06:12 +02:00
Example = '''
DREAMHOST_API_KEY="YOURAPIKEY" \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns dreamhost -d '*.example.com' -d example.com run
2019-10-05 18:06:12 +02:00
'''
[Configuration]
[Configuration.Credentials]
DREAMHOST_API_KEY = "The API key"
[Configuration.Additional]
DREAMHOST_POLLING_INTERVAL = "Time between DNS propagation check"
DREAMHOST_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
DREAMHOST_TTL = "The TTL of the TXT record used for the DNS challenge"
DREAMHOST_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://help.dreamhost.com/hc/en-us/articles/217560167-API_overview"