docs/content/dns/zz_gen_plesk.md
Configuration for plesk.com.
<!--more-->pleskHere 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 --dns plesk -d '*.example.com' -d example.com run
| 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]({{% ref "dns#configuration-and-credentials" %}}).
| Environment Variable Name | Description |
|---|---|
PLESK_HTTP_TIMEOUT | API request timeout in seconds (Default: 30) |
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) |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).