Skip to content

Releases: robur-coop/ocaml-letsencrypt

v0.2.1

12 Mar 22:48
Compare
Choose a tag to compare

CHANGES:

  • use mirage-crypto instead of nocrypto #20
  • reorder arguments for nsupdate to avoid a labelled one at the end #20

v0.2.0

18 Feb 20:16
Compare
Choose a tag to compare

CHANGES:

  • support ACME as specified in RFC 8555 (letsencrypt v2 endpoints) #19
  • support for the ALPN challenge as well #19

v0.1.1

27 Jan 16:33
395914c
Compare
Choose a tag to compare

CHANGES:

  • use X509.Signing_request.hostnames, introduced in x509 v0.9.0
  • provide a custom log source

v0.1.0

02 Nov 10:39
Compare
Choose a tag to compare

CHANGES:

  • Initial release