yandex.toml raw

   1  Name = "Yandex PDD"
   2  Description = '''
   3  '''
   4  URL = "https://pdd.yandex.com"
   5  Code = "yandex"
   6  Since = "v3.7.0"
   7  
   8  Example = '''
   9  YANDEX_PDD_TOKEN=<your PDD Token> \
  10  lego --dns yandex -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      YANDEX_PDD_TOKEN = "Basic authentication username"
  16    [Configuration.Additional]
  17      YANDEX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  18      YANDEX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  19      YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 21600)"
  20      YANDEX_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21  
  22  [Links]
  23    API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"
  24