package letsencrypt-dns

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

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.4.1.tbz
sha256=f90875f5c9bdcab4c8be5ec7ebe9ea763030fa708e02857300996bb16e7c2070
sha512=5c652c194285e02ecd4be5cd378f42e7bb9ca2d76c97dacd2155de9cbc61b110f35803bab1df7823e84c7874c48fda0e7809f6a3018a4933266c59bc69dad763

Description

A DNS solver for the ACME implementation in OCaml.

Published: 27 Oct 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 >= "0.8.7"
  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.1"

Conflicts

None