regru.toml 697 B

123456789101112131415161718192021222324
  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 --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. REGRU_USERNAME = "API username"
  14. REGRU_PASSWORD = "API password"
  15. [Configuration.Additional]
  16. REGRU_POLLING_INTERVAL = "Time between DNS propagation check"
  17. REGRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. REGRU_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. REGRU_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://www.reg.ru/support/help/api2"