volcengine.toml 1007 B

12345678910111213141516171819202122232425262728
  1. Name = "Volcano Engine/火山引擎"
  2. Description = ''''''
  3. URL = "https://www.volcengine.com/"
  4. Code = "volcengine"
  5. Since = "v4.19.0"
  6. Example = '''
  7. VOLC_ACCESSKEY=xxx \
  8. VOLC_SECRETKEY=yyy \
  9. lego --email you@example.com --dns volcengine -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. VOLC_ACCESSKEY = "Access Key ID (AK)"
  14. VOLC_SECRETKEY = "Secret Access Key (SK)"
  15. [Configuration.Additional]
  16. VOLC_REGION = "Region"
  17. VOLC_HOST = "API host"
  18. VOLC_SCHEME = "API scheme"
  19. VOLC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  20. VOLC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 240)"
  21. VOLC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
  22. VOLC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 15)"
  23. [Links]
  24. API = "https://www.volcengine.com/docs/6758/155086"
  25. GoClient = "https://github.com/volcengine/volc-sdk-golang"