websupport.toml 852 B

12345678910111213141516171819202122232425
  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 myemail@example.com --dns websupport --domains my.example.org 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"
  17. WEBSUPPORT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. WEBSUPPORT_SEQUENCE_INTERVAL = "Time between sequential requests"
  19. WEBSUPPORT_TTL = "The TTL of the TXT record used for the DNS challenge"
  20. WEBSUPPORT_HTTP_TIMEOUT = "API request timeout"
  21. [Links]
  22. API = "https://rest.websupport.sk/docs/v1.zone"