lego/providers/dns/regru/regru.toml
2022-06-17 00:25:42 +02:00

24 lines
697 B
TOML

Name = "reg.ru"
Description = ''''''
URL = "https://www.reg.ru/"
Code = "regru"
Since = "v3.5.0"
Example = '''
REGRU_USERNAME=xxxxxx \
REGRU_PASSWORD=yyyyyy \
lego --email you@example.com --dns regru --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
REGRU_USERNAME = "API username"
REGRU_PASSWORD = "API password"
[Configuration.Additional]
REGRU_POLLING_INTERVAL = "Time between DNS propagation check"
REGRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
REGRU_TTL = "The TTL of the TXT record used for the DNS challenge"
REGRU_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://www.reg.ru/support/help/api2"