package letsencrypt-mirage

  1. Overview
  2. Docs
ACME implementation in OCaml for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-1.0.0.tbz
sha256=928346d7d6a82d8dbc1dbec6cae3ee254cab080139f67daf8db1f8cf4ca41af0
sha512=bcb394200ac4a9d4bc4ed45cc60d6c6af0827d81b68b79d0fcc5e80700a33eb6792cb3fd76ebb2309fe50a61c4ad71def3f8f10a508d7c50c38a4b30dccba906

doc/letsencrypt-mirage.http-server/LE_http_server/index.html

Module LE_http_serverSource

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.

Sourcemodule 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
OCaml

Innovation. Community. Security.