package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.4.1.tbz
sha256=f90875f5c9bdcab4c8be5ec7ebe9ea763030fa708e02857300996bb16e7c2070
sha512=5c652c194285e02ecd4be5cd378f42e7bb9ca2d76c97dacd2155de9cbc61b110f35803bab1df7823e84c7874c48fda0e7809f6a3018a4933266c59bc69dad763

Description

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

Published: 27 Oct 2021

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

  1. letsencrypt-app = "0.4.1"
  2. letsencrypt-dns = "0.4.1"
  3. paf-le >= "0.0.6"

Conflicts (1)

  1. result < "1.5"