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