Skip to main content

Standalone DNS Authenticator plugin for Certbot

Project description

Standalone DNS Authenticator plugin for Certbot

This is a plugin that uses an integrated DNS server to respond to the _acme-challenge records. Simultaneous challenges are supported.

A subdomain with the relevant NS and A records needs to be set up, e.g. for acme.example.com:

acme     IN  NS  ns.acme.example.com.
ns.acme  IN  A   1.2.3.4

and then _acme-challenge for the domain that the certificate is requested for configured as a CNAME record to domain.acme.example.com.

_acme-challenge  IN  CNAME  example.net.acme.example.com.

Installation

# pip3 install certbot certbot-dns-standalone

Usage

Just run certbot certonly and use the certbot-dns-standalone:dns-standalone plugin.

Certbot needs to be run as root as it needs to bind to port 53.

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-standalone-1.0.1.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

certbot_dns_standalone-1.0.1-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 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