package letsencrypt

  1. Overview
  2. Docs
ACME implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

letsencrypt-v0.2.0.tbz
sha256=381fcc0c75f191accfe1cac9019e8de15402e3037ab680487ade6b70353e1257
sha512=91d5c293f9a1173c593a4bd7cb6655328e10f0a836b22c54e08d2bad40b62e20e10cdcc83a16ffb49eb7907d53b5fee63ac3b813b99f5fafee021e5f3dded1f7

CHANGES.md.html

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