package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-1.1.0.tbz
sha256=230e7919f7f21b9b56038f616a8d73f415faa78376f842ae84b2283b01bc10a3
sha512=a30efac9a4d479d3519e99e8f81c2d824b55552d2a04b89caafe27836a326da1406be0be827619fd60526f65471ee7f0589ee348676e017cf1c857c1f803fafe

Description

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

Published: 28 Feb 2025

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 (16)

  1. asn1-combinators >= "0.3.2"
  2. domain-name >= "0.2.0"
  3. ptime
  4. yojson >= "1.6.0"
  5. x509 >= "1.0.0"
  6. digestif >= "1.2.0"
  7. mirage-crypto-pk >= "1.0.0"
  8. mirage-crypto-ec >= "1.0.0"
  9. mirage-crypto >= "1.0.0"
  10. lwt >= "2.6.0"
  11. uri
  12. fmt >= "0.8.7"
  13. logs
  14. base64 >= "3.3.0"
  15. dune >= "1.2.0"
  16. ocaml >= "4.13.0"

Dev Dependencies (2)

  1. ounit2 with-test
  2. mirage-crypto-rng with-test & >= "1.2.0"

Used by (4)

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

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.