timewebcloud.toml 632 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 --domains my.example.org 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"
  15. TIMEWEBCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. TIMEWEBCLOUD_HTTP_TIMEOUT = "API request timeout"
  17. [Links]
  18. API = "https://timeweb.cloud/api-docs"