package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-0.5.0.tbz
sha256=5c6ae86623723f422d38cad72b4ee7ad5a93e18cfd44a5d8bd9b91903a74f3d3
sha512=b1cb55ffc2357c114b58773fe4c497f2d73ae24a22ad18697c7b8703d2f8b7845f1f120fdea2d83b34ca2cc2b69b07fe6da40addf4888c4f077609d1e6b5095e

Description

An implementation of the ACME protocol (RFC 8555) for OCaml

Published: 17 Feb 2023

README

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
$ opam install letsencrypt-app #for oacmel, the LE client binary

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.

Dependencies (15)

  1. cstruct >= "6.0.0"
  2. domain-name >= "0.2.0"
  3. ptime
  4. yojson >= "1.6.0"
  5. x509 >= "0.13.0"
  6. mirage-crypto-pk
  7. mirage-crypto-ec
  8. mirage-crypto
  9. lwt >= "2.6.0"
  10. uri
  11. fmt >= "0.8.7"
  12. logs
  13. base64 >= "3.3.0"
  14. dune >= "1.2.0"
  15. ocaml >= "4.08.0"

Dev Dependencies (3)

  1. ounit with-test
  2. mirage-crypto-rng with-test & >= "0.11.0"
  3. mirage-crypto-pk with-test & >= "0.8.9"

Used by (4)

  1. letsencrypt-app = "0.5.0"
  2. letsencrypt-dns = "0.5.0"
  3. letsencrypt-mirage < "0.5.1"
  4. paf-le >= "0.0.6"

Conflicts (1)

  1. result < "1.5"