httpnet.toml 813 B

12345678910111213141516171819202122232425
  1. Name = "http.net"
  2. Description = ''''''
  3. URL = "https://www.http.net/"
  4. Code = "httpnet"
  5. Since = "v4.15.0"
  6. Example = '''
  7. HTTPNET_API_KEY=xxxxxxxx \
  8. lego --email you@example.com --dns httpnet -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. HTTPNET_API_KEY = "API key"
  13. [Configuration.Additional]
  14. HTTPNET_ZONE_NAME = "Zone name in ACE format"
  15. HTTPNET_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  16. HTTPNET_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  17. HTTPNET_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  18. HTTPNET_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19. [Links]
  20. API = "https://www.http.net/docs/api/#dns"