mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 09:15:11 +02:00
755164c939
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
22 lines
632 B
TOML
22 lines
632 B
TOML
Name = "Timeweb Cloud"
|
|
Description = ''''''
|
|
URL = "https://timeweb.cloud/"
|
|
Code = "timewebcloud"
|
|
Since = "v4.20.0"
|
|
|
|
Example = '''
|
|
TIMEWEBCLOUD_AUTH_TOKEN=xxxxxx \
|
|
lego --email you@example.com --dns timewebcloud --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
TIMEWEBCLOUD_AUTH_TOKEN = "Authentication token"
|
|
[Configuration.Additional]
|
|
TIMEWEBCLOUD_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
TIMEWEBCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
TIMEWEBCLOUD_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://timeweb.cloud/api-docs"
|