lego/providers/dns/regru/regru.toml
2020-11-27 20:40:44 +01:00

24 lines
701 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 myemail@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"