123456789101112131415161718192021222324 |
- Name = "Zone.ee"
- Description = ''''''
- URL = "https://www.zone.ee/"
- Code = "zoneee"
- Since = "v2.1.0"
- Example = '''
- ZONEEE_API_USER=xxxxx \
- ZONEEE_API_KEY=yyyyy \
- lego --email you@example.com --dns zoneee -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- ZONEEE_API_USER = "API user"
- ZONEEE_API_KEY = "API key"
- [Configuration.Additional]
- ZONEEE_ENDPOINT = "API endpoint URL"
- ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
- ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
- ZONEEE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
- [Links]
- API = "https://api.zone.eu/v2"
|