hostingde.toml 831 B

12345678910111213141516171819202122232425
  1. Name = "Hosting.de"
  2. Description = ''''''
  3. URL = "https://www.hosting.de/"
  4. Code = "hostingde"
  5. Since = "v1.1.0"
  6. Example = '''
  7. HOSTINGDE_API_KEY=xxxxxxxx \
  8. lego --email you@example.com --dns hostingde -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. HOSTINGDE_API_KEY = "API key"
  13. [Configuration.Additional]
  14. HOSTINGDE_ZONE_NAME = "Zone name in ACE format"
  15. HOSTINGDE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  16. HOSTINGDE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  17. HOSTINGDE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  18. HOSTINGDE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19. [Links]
  20. API = "https://www.hosting.de/api/#dns"