Last updated:
0 purchases
certbotdnsplesk 0.3.0
certbot-dns-plesk
plesk Authenticator plugin for Certbot.
This plugin is built from the ground up and follows the development style and life-cycle
of other certbot-dns-* plugins found in the
Official Certbot Repository.
Installation
pip install certbot-dns-plesk
Verify:
$ certbot plugins --text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* dns-plesk
Description: Obtain certificates using a DNS TXT record by using the plesk dns api.
Interfaces: IAuthenticator, IPlugin
Entry point: dns-plesk = certbot_dns_plesk.dns_plesk:Authenticator
...
Configuration
The credentials file e.g. ~/plesk-credentials.ini should look like this:
dns_plesk_username = your-username
dns_plesk_password = secret
dns_plesk_api_url = https://plesk-api-host:8443
Usage
certbot certonly \
--authenticator dns-plesk \
--dns-plesk-credentials ~/plesk-credentials.ini \
--dns-plesk-propagation-seconds 30 \
-d your-domain
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.