mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
24 lines
827 B
TOML
24 lines
827 B
TOML
Name = "Beget.com"
|
|
Description = ''''''
|
|
URL = "https://beget.com/"
|
|
Code = "beget"
|
|
Since = "v4.27.0"
|
|
|
|
Example = '''
|
|
BEGET_USERNAME=xxxxxx \
|
|
BEGET_PASSWORD=yyyyyy \
|
|
lego --email you@example.com --dns beget -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
BEGET_USERNAME = "API username"
|
|
BEGET_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
BEGET_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
|
|
BEGET_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
|
|
BEGET_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
|
|
BEGET_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://beget.com/ru/kb/api/funkczii-upravleniya-dns"
|