volcengine.toml raw

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