package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.2.4.tbz
sha256=91c79828a50243804da29c17563c54d2d528a79207e5b874dce6a3e7fedf7567
sha512=5dad924844e4420266179d386f8516ac57b4a37d70d8a7f3da88b164b8faeea030312531876420a9fb368993b0df5b32e96f04bc5cd065f4e91f8d80d3f006aa

CHANGES.md.html

v0.2.4 (2021-04-14)

  • adapt to X.509 0.12.0 (#23 @dinosaure) by completing the pattern match in oacmel (still, only RSA account keys are supported)

v0.2.3 (2021-01-21)

  • adapt to mirage-crypto-pk 0.8.9 changes (d = e ^ -1 mod lam n) #22

v0.2.2 (2020-04-09)

  • adapt to x509 0.11.0 API #21

v0.2.1 (2020-03-12)

  • use mirage-crypto instead of nocrypto #20

  • reorder arguments for nsupdate to avoid a labelled one at the end #20

v0.2.0 (2020-02-18)

  • support ACME as specified in RFC 8555 (letsencrypt v2 endpoints) #19

  • support for the ALPN challenge as well #19

v0.1.1 (2020-01-27)

  • use X509.Signing_request.hostnames, introduced in x509 v0.9.0

  • provide a custom log source

v0.1.0 (2019-11-02)

  • Initial release