package letsencrypt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 Client : sig ... end

ACME Client.