1
0

dreamhost.toml 723 B

123456789101112131415161718192021
  1. Name = "DreamHost"
  2. Description = ''''''
  3. URL = "https://www.dreamhost.com"
  4. Code = "dreamhost"
  5. Since = "v1.1.0"
  6. Example = '''
  7. DREAMHOST_API_KEY="YOURAPIKEY" \
  8. lego --email you@example.com --dns dreamhost -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. DREAMHOST_API_KEY = "The API key"
  13. [Configuration.Additional]
  14. DREAMHOST_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 60)"
  15. DREAMHOST_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 3600)"
  16. DREAMHOST_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  17. [Links]
  18. API = "https://help.dreamhost.com/hc/en-us/articles/217560167-API_overview"