Skip to main content

Bunny.net DNS Authenticator plugin for Certbot

Project description

License Badge PyPI Version Badge Supported Python Versions Badge Documentation Badge Snap Store Badge

Full documentation is on Read the Docs.

Installation

This package can be installed with pip

pip install certbot-dns-bunny

and can be upgraded using the --upgrade flag

pip install --upgrade certbot-dns-bunny

If you installed certbot as a snap, then you have to install this plugin as a snap as well.

snap install certbot-dns-bunny
sudo snap connect certbot:plugin certbot-dns-bunny

Credentials

# Bunny API token used by Certbot
dns_bunny_api_key = a65e8ebd-45ab-44d2-a542-40d4d009e3bf

Examples

certbot certonly \\
  --authenticator dns-bunny \\
  --dns-bunny-credentials ~/.secrets/certbot/bunny.ini \\
  -d example.com
certbot certonly \\
  --authenticator dns-bunny \\
  --dns-bunny-credentials ~/.secrets/certbot/bunny.ini \\
  -d example.com \\
  -d www.example.com
certbot certonly \\
  --authenticator dns-bunny \\
  --dns-bunny-credentials ~/.secrets/certbot/bunny.ini \\
  --dns-bunny-propagation-seconds 60 \\
  -d example.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certbot-dns-bunny-0.0.3.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

certbot_dns_bunny-0.0.3-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page