plesk.com
Configuration for plesk.com.
- Code:
plesk
- Since: v4.11.0
Here is an example bash command using the plesk.com provider:
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
Credentials
Environment Variable Name | Description |
---|---|
PLESK_PASSWORD |
API password |
PLESK_SERVER_BASE_URL |
Base URL of the server (ex: https://plesk.myserver.com:8443) |
PLESK_USERNAME |
API username |
The environment variable names can be suffixed by _FILE
to reference a file instead of a value.
More information here.
Additional Configuration
Environment Variable Name | Description |
---|---|
PLESK_HTTP_TIMEOUT |
API request timeout |
PLESK_POLLING_INTERVAL |
Time between DNS propagation check |
PLESK_PROPAGATION_TIMEOUT |
Maximum waiting time for DNS propagation |
PLESK_TTL |
The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by _FILE
to reference a file instead of a value.
More information here.