package letsencrypt-mirage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A 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_random.S) (Mclock : Mirage_clock.MCLOCK) (Pclock : Mirage_clock.PCLOCK) : sig ... end
OCaml

Innovation. Community. Security.