westcn.toml raw

   1  Name = "West.cn/西部数码"
   2  Description = ''''''
   3  URL = "https://www.west.cn"
   4  Code = "westcn"
   5  Since = "v4.21.0"
   6  
   7  Example = '''
   8  WESTCN_USERNAME="xxx" \
   9  WESTCN_PASSWORD="yyy" \
  10  lego --dns westcn -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      WESTCN_USERNAME = "Username"
  16      WESTCN_PASSWORD = "API password"
  17    [Configuration.Additional]
  18      WESTCN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  19      WESTCN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  20      WESTCN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
  21      WESTCN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://www.west.cn/CustomerCenter/doc/domain_v2.html"
  25