123456789101112131415161718192021222324 |
- 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"
|