package letsencrypt-app

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.3.0.tbz
sha256=8772b7e6dbda0559a03a7b23b75c1431d42ae09a154eefd64b4c7e23b8d92deb
sha512=72b12219f279d4cf5353ef35a81b1f2f288d9aed471de2d9bf6b020df34e80a33fb44027a1ec1854cd60c7193a661b69c3b0de280a95f6e38d22765a677327a8

Description

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

Published: 21 Jul 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.1.0"
  2. randomconv < "0.2.0"
  3. fpath
  4. bos
  5. ptime
  6. mirage-crypto-rng < "0.11.0"
  7. lwt >= "2.6.0"
  8. fmt
  9. logs
  10. cohttp-lwt-unix >= "1.0.0"
  11. cmdliner
  12. letsencrypt-dns = version
  13. letsencrypt = version
  14. dune >= "1.2.0"
  15. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None