webnames.toml 1.0 KB

123456789101112131415161718192021222324252627282930
  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 --domains my.example.org 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"
  20. WEBNAMES_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  21. WEBNAMES_TTL = "The TTL of the TXT record used for the DNS challenge"
  22. WEBNAMES_HTTP_TIMEOUT = "API request timeout"
  23. [Links]
  24. API = "https://github.com/regtime-ltd/certbot-dns-webnames"