New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

certbot-dns-powerdns-bbr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certbot-dns-powerdns-bbr

certbot PowerDNS Remote REST API Authenticator

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

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'

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc