package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.2.3.tbz
sha256=41319d8e83bd3da99e72cd785a52acb93bc7b4cf9e700496ec38cf5c6bc079c1
sha512=0b09b65e898e8ef0616f5cee2741ec5bc4573fbf4d15d54b677aae72f2062e3389fc814eb27680e09465a2febb85a50442ccdf7565f262163ab7fde62b8e1ca0

Description

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

Published: 21 Jan 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