APIΒΆ
There are two levels of abstraction on top of the ACME HTTP API:
ACMELE
sits directly on top of the HTTP API, providing a near-metal interfaceCertBot2
tries to emulate some of the functionality from certbot, giving the user a few simple methods to call instead of having to deal with the back-and-forth involved in ordering a cert.CertBot2
also provideshttp01ChallengeHandler()
which needs to be added as a route handler for an aiohttpApplication
.