webnames.toml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Name = "Webnames"
  2. Description = ''''''
  3. URL = "https://www.webnames.ru/"
  4. Code = "webnames"
  5. Since = "v4.15.0"
  6. Example = '''
  7. WEBNAMES_API_KEY=xxxxxx \
  8. lego --email you@example.com --dns webnames -d '*.example.com' -d example.com run
  9. '''
  10. Additional = '''
  11. ## API Key
  12. To obtain the key, you need to change the DNS server to `*.nameself.com`: Personal account / My domains and services / Select the required domain / DNS servers
  13. The API key can be found: Personal account / My domains and services / Select the required domain / Zone management / acme.sh or certbot settings
  14. '''
  15. [Configuration]
  16. [Configuration.Credentials]
  17. WEBNAMES_API_KEY = "Domain API key"
  18. [Configuration.Additional]
  19. WEBNAMES_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  20. WEBNAMES_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  21. WEBNAMES_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. [Links]
  23. API = "https://github.com/regtime-ltd/certbot-dns-webnames"