httpnet.toml raw

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