Certbot Dns Powerdns Bbr 0.1.2

certbot-dns-powerdns-bbr 0.1.2

Last updated:

0 purchases

certbot-dns-powerdns-bbr 0.1.2 Image
certbot-dns-powerdns-bbr 0.1.2 Images

Free

Languages

Categories

Add to Cart

Description:

certbotdnspowerdnsbbr 0.1.2

Certbot DNS Authenticator for PowerDNS
PowerDNS DNS Autenticator plugin for Certbot DNS-01 challenge.
This plugin uses the PowerDNS HTTP REST API.
Install
pip install certbot-dns-powerdns-bbr

Usage
Create credential file.
mkdir -m 600 /etc/letsencrypt/.secret
touch /etc/letsencrypt/.secret/dns-powerdns-bbr.ini
chmod 600 /etc/letsencrypt/.secret/dns-powerdns-bbr.ini

/etc/letsencrypt/.secret/dns-powerdns-bbr.ini
dns_powerdns_bbr_endpoint = http://localhost:8081
dns_powerdns_bbr_server_id = localhost
dns_powerdns_bbr_api_key = <Your API Key>

Run certbot certonly with credentials file path.
certbot certonly \
--authenticator dns-powerdns-bbr \
--dns-powerdns-bbr-credentials /etc/letsencrypt/.secret/dns-powerdns-bbr.ini \
--dns-powerdns-bbr-propergation-seconds 60 \
-d 'your.1st.domain.here' \
-d 'your.2nd.domain.here'

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.