LEEC-compliant handler for US-Web, whose role is to answer ACME challenges thanks to LEEC, in order to complete the verification procedure.
Seehttps://leec.esperide.org/#usage-example
for more details.
cert_manager_pid() = class_USCertificateManager:manager_pid()
handler_state() = cert_manager_pid()
handle/2 | Handles specified request (not expected to be used). |
init/2 | Initialises this LEEC handler. |
terminate/3 | Terminates this handler. |
handle(Req, HandlerState) -> any()
Handles specified request (not expected to be used).
init(Req::cowboy_req:req(), HandlerState::handler_state()) -> us_web_handler:handler_return()
Initialises this LEEC handler.
This handler initialisation tries to serve the relevant challenge tokens to the requesting http client (supposed to be an ACME server currently trying to read the thumbprints from the well-known ACME URL).terminate(Reason, Req, HandlerState) -> any()
Terminates this handler.
Generated by EDoc