zoneee.toml 723 B

12345678910111213141516171819202122232425
  1. Name = "Zone.ee"
  2. Description = ''''''
  3. URL = "https://www.zone.ee/"
  4. Code = "zoneee"
  5. Since = "v2.1.0"
  6. Example = '''
  7. ZONEEE_API_USER=xxxxx \
  8. ZONEEE_API_KEY=yyyyy \
  9. lego --email you@example.com --dns zoneee --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. ZONEEE_API_USER = "API user"
  14. ZONEEE_API_KEY = "API key"
  15. [Configuration.Additional]
  16. ZONEEE_ENDPOINT = "API endpoint URL"
  17. ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check"
  18. ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  19. ZONEEE_TTL = "The TTL of the TXT record used for the DNS challenge"
  20. ZONEEE_HTTP_TIMEOUT = "API request timeout"
  21. [Links]
  22. API = "https://api.zone.eu/v2"