nifcloud.toml 897 B

123456789101112131415161718192021222324
  1. Name = "NIFCloud"
  2. Description = ''''''
  3. URL = "https://www.nifcloud.com/"
  4. Code = "nifcloud"
  5. Since = "v1.1.0"
  6. Example = '''
  7. NIFCLOUD_ACCESS_KEY_ID=xxxx \
  8. NIFCLOUD_SECRET_ACCESS_KEY=yyyy \
  9. lego --email you@example.com --dns nifcloud -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. NIFCLOUD_ACCESS_KEY_ID = "Access key"
  14. NIFCLOUD_SECRET_ACCESS_KEY = "Secret access key"
  15. [Configuration.Additional]
  16. NIFCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. NIFCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. NIFCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19. NIFCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. [Links]
  21. API = "https://mbaas.nifcloud.com/doc/current/rest/common/format.html"