package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.2.1.tbz
sha256=1d143813663c019c03bb98221f766050f9c040660756648c1bb058cdd7a2cd16
sha512=687aff0da30c2e8e041545422c78ed0768c8f94a7a244d9fcde3f9bd770f3e704eb00a62a6f19cee5f511816d15934c24178cab2f22ec2cb27795d999631950e

README.md.html

let's encrypt - an ACME implementation in OCaml

This package contains an implementation of the ACME protocol (mostly client side) purely in OCaml based on RFC 8555. The HTTP, DNS, and ALPN challenges are implemented.

Build with:

$ opam install letsencrypt

Generate a new account key with:

$ openssl req -newkey rsa > csr.pem
$ openssl genrsa > account.pem

with OCaml version ≥ 4.07.0. Note: acme.ml is not tested, and should be considered yet to be implemented.

OCaml

Innovation. Community. Security.