12345678910111213141516171819202122232425262728 |
- Name = "Volcano Engine/火山引擎"
- Description = ''''''
- URL = "https://www.volcengine.com/"
- Code = "volcengine"
- Since = "v4.19.0"
- Example = '''
- VOLC_ACCESSKEY=xxx \
- VOLC_SECRETKEY=yyy \
- lego --email you@example.com --dns volcengine -d '*.example.com' -d example.com run
- '''
- [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 in seconds (Default: 10)"
- VOLC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 240)"
- VOLC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
- VOLC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 15)"
- [Links]
- API = "https://www.volcengine.com/docs/6758/155086"
- GoClient = "https://github.com/volcengine/volc-sdk-golang"
|