package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.2.5.tbz
sha256=6e3bbb5f593823d49e83e698c06cf9ed48818695ec8318507b311ae74731e607
sha512=3d221f543a77562ad006b97ad79235da19617f7147c2c31c58d30cdcdd8d813f0fd3a6f4a6e9f91ae6cd1f4c534216470e801dfbf5c7bbc3c85c734746ecb038

Description

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

Published: 22 Apr 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

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.

Dev Dependencies (2)

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

Used by (1)

  1. paf < "0.0.4"

Conflicts

None