zoneee.toml raw

   1  Name = "Zone.ee"
   2  Description = ''''''
   3  URL = "https://www.zone.ee/"
   4  Code = "zoneee"
   5  Since = "v2.1.0"
   6  
   7  Example = '''
   8  ZONEEE_API_USER=xxxxx \
   9  ZONEEE_API_KEY=yyyyy \
  10  lego --dns zoneee -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      ZONEEE_API_USER = "API user"
  16      ZONEEE_API_KEY = "API key"
  17    [Configuration.Additional]
  18      ZONEEE_ENDPOINT = "API endpoint URL"
  19      ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
  20      ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  21      ZONEEE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://api.zone.eu/v2"
  25