letsencrypt
ACME implementation in OCaml
README
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.
Install
- Published
-
22 Apr 2021
- Maintainers
-
Sources
letsencrypt-v0.2.5.tbz
sha256=6e3bbb5f593823d49e83e698c06cf9ed48818695ec8318507b311ae74731e607
sha512=3d221f543a77562ad006b97ad79235da19617f7147c2c31c58d30cdcdd8d813f0fd3a6f4a6e9f91ae6cd1f4c534216470e801dfbf5c7bbc3c85c734746ecb038
Dependencies
cstruct
< "6.1.0"
domain-name
>= "0.2.0"
ounit
with-test
yojson
>= "1.6.0"
x509
>= "0.13.0"
mirage-crypto-pk
with-test & >= "0.8.9"
lwt
>= "2.6.0"
cohttp-lwt-unix
>= "1.0.0"
cohttp-lwt
>= "2.5.1"
base64
>= "3.1.0"
dune
>= "1.2.0"
ocaml
>= "4.08.0"
Reverse Dependencies
paf
< "0.0.4"