package letsencrypt

  1. Overview
  2. Docs
val letsencrypt_production_url : Uri.t

Letsencrypt: for when you love authorities.

Letsencrypt is an implementation of the ACME protocol, for automating the generation of HTTPS certificates.

Currently, this library has been tested (and is working) only with Letsencrypt servers.

val letsencrypt_staging_url : Uri.t
val sha256_and_base64 : string -> string
module HTTP_client : sig ... end

The required HTTP client to do the Let's encrypt challenge.

module Client : sig ... end

ACME Client.