APIΒΆ
There are two levels of abstraction on top of the ACME HTTP API:
ACMELEsits directly on top of the HTTP API, providing a near-metal interfaceCertBot2tries 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.CertBot2also provideshttp01ChallengeHandler()which needs to be added as a route handler for an aiohttpApplication.