HTTP-01 Handler¶
lacme.challenges.http01 ¶
HTTP-01 challenge handler (RFC 8555 §8.3).
Maintains an in-memory token → key authorization mapping and optionally runs a minimal standalone HTTP server on port 80.
HTTP01Handler ¶
HTTP-01 challenge handler.
Satisfies :class:~lacme.challenges.ChallengeHandler.