hacmec

ACME Client library


Keywords
ACME, X, 509
License
MIT
Install
pip install hacmec==0.0.1

Documentation

ACME Client

Another ACME Client library for python (>= 3.7).

Goals

  • Complete implementation of ACME.
  • Async code to improve speed.
  • Only few dependencies on any other libraries.
  • BYOL - Bring Your Own Library. The users of this hacmac need to bring their libraries for async, crypto, http, acme challenges, etc. Bindings for some popular libraries are included.