2024-10-07 17:37:06 +02:00
|
|
|
Name = "Volcano Engine/火山引擎"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.volcengine.com/"
|
|
|
|
Code = "volcengine"
|
|
|
|
Since = "v4.19.0"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
VOLC_ACCESSKEY=xxx \
|
|
|
|
VOLC_SECRETKEY=yyy \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns volcengine -d '*.example.com' -d example.com run
|
2024-10-07 17:37:06 +02:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
VOLC_ACCESSKEY = "Access Key ID (AK)"
|
|
|
|
VOLC_SECRETKEY = "Secret Access Key (SK)"
|
|
|
|
[Configuration.Additional]
|
|
|
|
VOLC_REGION = "Region"
|
|
|
|
VOLC_HOST = "API host"
|
|
|
|
VOLC_SCHEME = "API scheme"
|
|
|
|
VOLC_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
VOLC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
VOLC_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
VOLC_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.volcengine.com/docs/6758/155086"
|
|
|
|
GoClient = "https://github.com/volcengine/volc-sdk-golang"
|