package letsencrypt-dns
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=8772b7e6dbda0559a03a7b23b75c1431d42ae09a154eefd64b4c7e23b8d92deb
sha512=72b12219f279d4cf5353ef35a81b1f2f288d9aed471de2d9bf6b020df34e80a33fb44027a1ec1854cd60c7193a661b69c3b0de280a95f6e38d22765a677327a8
CHANGES.md.html
v0.3.0 (2021-07-19)
Reduce dependency cone (#26, @dinosaure & @hannesm)
remove cohttp dependency, provide a HTTP_client module type
provide letsencrypt-dns with dns solver
provide letsencrypt-app for the client binary
v0.2.5 (2021-04-22)
adapt to X.509 0.13.0 API (@hannesm)
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