regru.toml 905 B

1234567891011121314151617181920212223242526
  1. Name = "reg.ru"
  2. Description = ''''''
  3. URL = "https://www.reg.ru/"
  4. Code = "regru"
  5. Since = "v3.5.0"
  6. Example = '''
  7. REGRU_USERNAME=xxxxxx \
  8. REGRU_PASSWORD=yyyyyy \
  9. lego --email you@example.com --dns regru -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. REGRU_USERNAME = "API username"
  14. REGRU_PASSWORD = "API password"
  15. [Configuration.Additional]
  16. REGRU_TLS_CERT = "authentication certificate"
  17. REGRU_TLS_KEY = "authentication private key"
  18. REGRU_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19. REGRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20. REGRU_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21. REGRU_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. [Links]
  23. API = "https://www.reg.ru/support/help/api2"