123456789101112131415161718192021 |
- Name = "DreamHost"
- Description = ''''''
- URL = "https://www.dreamhost.com"
- Code = "dreamhost"
- Since = "v1.1.0"
- Example = '''
- DREAMHOST_API_KEY="YOURAPIKEY" \
- lego --email you@example.com --dns dreamhost -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- DREAMHOST_API_KEY = "The API key"
- [Configuration.Additional]
- DREAMHOST_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 60)"
- DREAMHOST_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 3600)"
- DREAMHOST_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
- [Links]
- API = "https://help.dreamhost.com/hc/en-us/articles/217560167-API_overview"
|