LE_http_serverSourceA simple ALPN server which already resolve Let's encrypt certificates.
This module is to help the user to launch an ALPN server (and be able to handle http/1.1 and h2 requests) through a TLS certificate provided by Let's encrypt. The challenge is done via HTTP (unlike the ALPN challenge offered by Let's encrypt). The .well-known/* path is therefore used and the user should not define such a route.
module Make
(Time : Mirage_time.S)
(Stack : Tcpip.Stack.V4V6)
(Random : Mirage_crypto_rng_mirage.S)
(Mclock : Mirage_clock.MCLOCK)
(Pclock : Mirage_clock.PCLOCK) :
sig ... end