1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-18 12:30:36 +02:00
lego/providers/dns/shellrent/shellrent.toml
2025-01-11 15:35:31 +01:00

25 lines
841 B
TOML

Name = "Shellrent"
Description = ''''''
URL = "https://www.shellrent.com/"
Code = "shellrent"
Since = "v4.16.0"
Example = '''
SHELLRENT_USERNAME=xxxx \
SHELLRENT_TOKEN=yyyy \
lego --email you@example.com --dns shellrent -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
SHELLRENT_USERNAME = "Username"
SHELLRENT_TOKEN = "Token"
[Configuration.Additional]
SHELLRENT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
SHELLRENT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
SHELLRENT_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
SHELLRENT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://api.shellrent.com/section/api2"