baiducloud.toml 879 B

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