jaredhendrickson13 / simple_acme_dns

A Python ACME client for the DNS-01 challenge

Home Page:https://jaredhendrickson13.github.io/simple_acme_dns/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_acme_dns

Coverage PyPI PyLint CodeQL

simple_acme_dns is a Python ACME client wrapper specifically tailored to the DNS-01 challenge. This makes it easy to manage ACME certificates and accounts without the need for an external tool like certbot. Although this module is intended for use with Let's Encrypt, it will support any CA utilizing the ACME v2 protocol.

Installation

pip install simple_acme_dns

Documentation

Refer to the simple_acme_dns documentation pages for the most up-to-date documentation. Example scripts can also be found on GitHub.

About

A Python ACME client for the DNS-01 challenge

https://jaredhendrickson13.github.io/simple_acme_dns/

License:Apache License 2.0


Languages

Language:Python 100.0%