beget.toml raw

   1  Name = "Beget.com"
   2  Description = ''''''
   3  URL = "https://beget.com/"
   4  Code = "beget"
   5  Since = "v4.27.0"
   6  
   7  Example = '''
   8  BEGET_USERNAME=xxxxxx \
   9  BEGET_PASSWORD=yyyyyy \
  10  lego --dns beget -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      BEGET_USERNAME = "API username"
  16      BEGET_PASSWORD = "API password"
  17    [Configuration.Additional]
  18      BEGET_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
  19      BEGET_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  20      BEGET_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  21      BEGET_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://beget.com/ru/kb/api/funkczii-upravleniya-dns"
  25