mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 13:24:14 +02:00
26 lines
1,002 B
TOML
26 lines
1,002 B
TOML
Name = "plesk.com"
|
|
Description = ''''''
|
|
URL = "https://www.plesk.com/"
|
|
Code = "plesk"
|
|
Since = "v4.11.0"
|
|
|
|
Example = '''
|
|
PLESK_SERVER_BASE_URL="https://plesk.myserver.com:8443" \
|
|
PLESK_USERNAME=xxxxxx \
|
|
PLESK_PASSWORD=yyyyyy \
|
|
lego --email you@example.com --dns plesk -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
PLESK_SERVER_BASE_URL = "Base URL of the server (ex: https://plesk.myserver.com:8443)"
|
|
PLESK_USERNAME = "API username"
|
|
PLESK_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
PLESK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
PLESK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
PLESK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
|
|
PLESK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference.28784/"
|