timewebcloud.toml 715 B

123456789101112131415161718192021
  1. Name = "Timeweb Cloud"
  2. Description = ''''''
  3. URL = "https://timeweb.cloud/"
  4. Code = "timewebcloud"
  5. Since = "v4.20.0"
  6. Example = '''
  7. TIMEWEBCLOUD_AUTH_TOKEN=xxxxxx \
  8. lego --email you@example.com --dns timewebcloud -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. TIMEWEBCLOUD_AUTH_TOKEN = "Authentication token"
  13. [Configuration.Additional]
  14. TIMEWEBCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  15. TIMEWEBCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  16. TIMEWEBCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  17. [Links]
  18. API = "https://timeweb.cloud/api-docs"