package letsencrypt-mirage

  1. Overview
  2. Docs
ACME implementation in OCaml for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

letsencrypt-2.1.1.tbz
sha256=8effc2c49161a9be28b82ec2bd83171e15519a0a5d94c3c8c0f60f00cb7b06db
sha512=ea2b8deabdbd51ec4c3e7124a8054be6bd68eabfe8767a2d34c0e8da1a0812b72bb606053424e6940cf93ef1a29eec9a1a60a7d76d9955d78f9aeaa658e935cc

Description

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

Added to opam-repository:

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. paf >= "0.8.0"
  2. emile >= "1.1"
  3. duration
  4. mirage-sleep >= "4.0.0"
  5. tcpip >= "7.0.0"
  6. http-mirage-client >= "0.0.10"
  7. letsencrypt = version
  8. dune >= "1.2.0"
  9. ocaml >= "4.13.0"

Dev Dependencies

None

Used by

None

Conflicts

None