package certify

  1. Overview
  2. Docs
CLI utilities for simple X509 certificate manipulation

Install

Dune Dependency

Authors

Maintainers

Sources

certify-v0.3.0.tbz
sha256=67b0bb89be2fe42c0901ad18f8cd7d78cb7cc54ad7391054fa0f521e9940bd35
sha512=e7b4ee48330e03f2a83019f54244ec467649c3c69c836892f36a53e1249fe809787cf43681b0e9c2cb2066805d53aaf82ac26cd58251100461a203da6e08d1aa

CHANGES.md.html

v0.3 (2019-07-26):

  • breaking change: sign, selfsign, and csr are now subcommands of a certify binary. To update your workflow, simply prepend certify to any command you previously ran. (@reynir)

  • improvements: allow --key for key filename in sign; write to csr.pem by default in csr. (@yomimono)

  • maintenance: use newer x509 (v.0.7.0); make opam 2.0-compliant; use dune instead of topkg/ocamlfind; fix tests for some platforms. (@hannesm, @yomimono)

v0.2 (2017-12-24):

  • maintenance: use newer asn1-combinators, x509, and OCaml; use topkg instead of oasis; add simple tests.

v0.1 (2017-12-13):

  • Initial release providing sign, selfsign, and csr.