mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-16 06:13:58 +02:00
26 lines
905 B
TOML
26 lines
905 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 -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
REGRU_USERNAME = "API username"
|
|
REGRU_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
REGRU_TLS_CERT = "authentication certificate"
|
|
REGRU_TLS_KEY = "authentication private key"
|
|
REGRU_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
REGRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
REGRU_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
|
|
REGRU_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://www.reg.ru/support/help/api2"
|