Back to Lego

plesk.com

docs/content/dns/zz_gen_plesk.md

4.35.21.9 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/plesk/plesk.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for plesk.com.

<!--more-->
  • Code: plesk
  • Since: v4.11.0

Here is an example bash command using the plesk.com provider:

bash
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

Credentials

Environment Variable NameDescription
PLESK_PASSWORDAPI password
PLESK_SERVER_BASE_URLBase URL of the server (ex: https://plesk.myserver.com:8443)
PLESK_USERNAMEAPI 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 NameDescription
PLESK_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
PLESK_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
PLESK_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
PLESK_TTLThe 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" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/plesk/plesk.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->