Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 441 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 441 Bytes

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.