1
0

websupport.toml 1.0 KB

1234567891011121314151617181920212223242526
  1. Name = "Websupport"
  2. Description = ''''''
  3. URL = "https://websupport.sk"
  4. Code = "websupport"
  5. Since = "v4.10.0"
  6. Example = '''
  7. WEBSUPPORT_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
  8. WEBSUPPORT_SECRET="yyyyyyyyyyyyyyyyyyyyy" \
  9. lego --email you@example.com --dns websupport -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. WEBSUPPORT_API_KEY = "API key"
  14. WEBSUPPORT_SECRET = "API secret"
  15. [Configuration.Additional]
  16. WEBSUPPORT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. WEBSUPPORT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. WEBSUPPORT_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  19. WEBSUPPORT_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
  20. WEBSUPPORT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21. [Links]
  22. API = "https://rest.websupport.sk/v2/docs"
  23. APIv1 = "https://rest.websupport.sk/docs/v1.service#services"