package letsencrypt-dns

  1. Overview
  2. Docs
DNS solver for ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

A DNS solver for the ACME implementation in 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 (9)

  1. domain-name >= "0.2.0"
  2. dns-tsig
  3. dns
  4. lwt >= "2.6.0"
  5. fmt
  6. logs
  7. letsencrypt = version
  8. dune >= "1.2.0"
  9. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. letsencrypt-app < "0.4.0"

Conflicts

None