plesk.toml 1002 B

1234567891011121314151617181920212223242526
  1. Name = "plesk.com"
  2. Description = ''''''
  3. URL = "https://www.plesk.com/"
  4. Code = "plesk"
  5. Since = "v4.11.0"
  6. Example = '''
  7. PLESK_SERVER_BASE_URL="https://plesk.myserver.com:8443" \
  8. PLESK_USERNAME=xxxxxx \
  9. PLESK_PASSWORD=yyyyyy \
  10. lego --email you@example.com --dns plesk -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. PLESK_SERVER_BASE_URL = "Base URL of the server (ex: https://plesk.myserver.com:8443)"
  15. PLESK_USERNAME = "API username"
  16. PLESK_PASSWORD = "API password"
  17. [Configuration.Additional]
  18. PLESK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19. PLESK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20. PLESK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21. PLESK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. [Links]
  23. API = "https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference.28784/"