ASGI Middleware¶
lacme.asgi ¶
Pure ASGI middleware for serving HTTP-01 ACME challenge responses.
Intercepts requests to /.well-known/acme-challenge/{token} and returns
the key authorization from the challenge handler. All other requests pass
through to the inner application unchanged.