regru.toml 796 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 --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_TLS_CERT = "authentication certificate"
  17. REGRU_TLS_KEY = "authentication private key"
  18. REGRU_POLLING_INTERVAL = "Time between DNS propagation check"
  19. REGRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  20. REGRU_TTL = "The TTL of the TXT record used for the DNS challenge"
  21. REGRU_HTTP_TIMEOUT = "API request timeout"
  22. [Links]
  23. API = "https://www.reg.ru/support/help/api2"