servercow.toml 908 B

123456789101112131415161718192021222324
  1. Name = "Servercow"
  2. Description = ''''''
  3. URL = "https://servercow.de/"
  4. Code = "servercow"
  5. Since = "v3.4.0"
  6. Example = '''
  7. SERVERCOW_USERNAME=xxxxxxxx \
  8. SERVERCOW_PASSWORD=xxxxxxxx \
  9. lego --email you@example.com --dns servercow -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. SERVERCOW_USERNAME = "API username"
  14. SERVERCOW_PASSWORD = "API password"
  15. [Configuration.Additional]
  16. SERVERCOW_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. SERVERCOW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. SERVERCOW_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19. SERVERCOW_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. [Links]
  21. API = "https://cp.servercow.de/client/plugin/support_manager/knowledgebase/view/34/dns-api-v1/7/"