manageengine.toml 898 B

1234567891011121314151617181920212223
  1. Name = "ManageEngine CloudDNS"
  2. Description = ''''''
  3. URL = "https://clouddns.manageengine.com"
  4. Code = "manageengine"
  5. Since = "v4.21.0"
  6. Example = '''
  7. MANAGEENGINE_CLIENT_ID="xxx" \
  8. MANAGEENGINE_CLIENT_SECRET="yyy" \
  9. lego --email you@example.com --dns manageengine -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. MANAGEENGINE_CLIENT_ID = "Client ID"
  14. MANAGEENGINE_CLIENT_SECRET = "Client Secret"
  15. [Configuration.Additional]
  16. MANAGEENGINE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. MANAGEENGINE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. MANAGEENGINE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19. [Links]
  20. API = "https://pitstop.manageengine.com/portal/en/kb/articles/manageengine-clouddns-rest-api-documentation"