lego/docs/content/dns/zz_gen_plesk.md
2023-02-27 00:53:57 +01:00

2 KiB

title date draft slug dnsprovider
plesk.com 2019-03-03T16:39:46+01:00 false plesk
since code url
v4.11.0 plesk https://www.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 --domains my.example.org 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]({{< ref "dns#configuration-and-credentials" >}}).

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]({{< ref "dns#configuration-and-credentials" >}}).

More information