edgecenter.toml raw

   1  Name = "EdgeCenter"
   2  Description = ''''''
   3  URL = "https://edgecenter.ru/dns"
   4  Code = "edgecenter"
   5  Since = "v4.29.0"
   6  
   7  Example = '''
   8  EDGECENTER_PERMANENT_API_TOKEN=xxxxx \
   9  lego --dns edgecenter -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      EDGECENTER_PERMANENT_API_TOKEN = "Permanent API token (https://edgecenter.ru/blog/permanent-api-token-explained/)"
  15    [Configuration.Additional]
  16      EDGECENTER_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  17      EDGECENTER_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 360)"
  18      EDGECENTER_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19      EDGECENTER_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  20  
  21  [Links]
  22    API = "https://apidocs.edgecenter.ru/dns"
  23