baiducloud.toml raw

   1  Name = "Baidu Cloud"
   2  Description = ''''''
   3  URL = "https://cloud.baidu.com"
   4  Code = "baiducloud"
   5  Since = "v4.23.0"
   6  
   7  Example = '''
   8  BAIDUCLOUD_ACCESS_KEY_ID="xxx" \
   9  BAIDUCLOUD_SECRET_ACCESS_KEY="yyy" \
  10  lego --dns baiducloud -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      BAIDUCLOUD_ACCESS_KEY_ID = "Access key"
  16      BAIDUCLOUD_SECRET_ACCESS_KEY = "Secret access key"
  17    [Configuration.Additional]
  18      BAIDUCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19      BAIDUCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20      BAIDUCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21  
  22  [Links]
  23    API = "https://cloud.baidu.com/doc/DNS/s/El4s7lssr"
  24    GoClient = "https://github.com/baidubce/bce-sdk-go"
  25