cloudxns.toml 767 B

123456789101112131415161718192021222324
  1. Name = "CloudXNS"
  2. Description = """"""
  3. URL = "https://www.cloudxns.net/"
  4. Code = "cloudxns"
  5. Since = "v0.5.0"
  6. Example = '''
  7. CLOUDXNS_API_KEY=xxxx \
  8. CLOUDXNS_SECRET_KEY=yyyy \
  9. lego --email you@example.com --dns cloudxns --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. CLOUDXNS_API_KEY = "The API key"
  14. CLOUDXNS_SECRET_KEY = "The API secret key"
  15. [Configuration.Additional]
  16. CLOUDXNS_POLLING_INTERVAL = "Time between DNS propagation check"
  17. CLOUDXNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. CLOUDXNS_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. CLOUDXNS_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://www.cloudxns.net/Public/Doc/CloudXNS_api2.0_doc_zh-cn.zip"