package letsencrypt-app

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.4.0.tbz
sha256=bdcc186ebe3e38ecfe38de495637b09c987f7b540a5a975a5982f2ffff0f720a
sha512=ca15cdf853b5460340f7ee448dc4ef70e1f10b5775e2ca6f7e869c5b0ad7e5b1ecf20c1647705a6662746b2a5805a28255f84f8fe2d0801b956dd82f0064f710

Description

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

Published: 21 Sep 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. 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