Skip to main content

Certbot authenticator plugin for HTTP requests to custom endpoints.

Project description

Certbot plugin for HTTP Requests

This plugin provides a DNS challenge authenticator to solve the challenge using a HTTP request to a custom endpoint. It uses the same logic as lego with no HTTPREQ_MODE set.

To use the plugin install it using pip and then run certbot using

certbot certonly --authenticator dns-httpreq --dns-httpreq-credentials=mycreds.ini

with mycreds.ini:

dns_httpreq_endpoint = https://myhost/api/dns/acme/lego
dns_httpreq_username = someuser
dns_httpreq_password = somepassword

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-lego-httpreq-0.1.4.tar.gz (39.2 kB view hashes)

Uploaded Source

Built Distribution

certbot_lego_httpreq-0.1.4-py3-none-any.whl (28.0 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