plesk.toml 893 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 --domains my.example.org 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"
  19. PLESK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  20. PLESK_TTL = "The TTL of the TXT record used for the DNS challenge"
  21. PLESK_HTTP_TIMEOUT = "API request timeout"
  22. [Links]
  23. API = "https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference.28784/"