package certify
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
CLI utilities for simple X509 certificate manipulation
Install
dune-project
Dependency
Authors
Maintainers
Sources
certify-v0.3.3.tbz
sha256=86252719dcbb7af84589727193663b7c082ceaaa5c4382faae383952fb2e8459
sha512=fa15cca647ecc14c6efd17fdb4609cb1987826d515bf7c96e0aff34f8ade0c114aaf9e0f47c8d16bb29c358445884fe5e82b2d260140517c0ffb893a7e55937f
Description
certify is a small selection of useful utilities for manipulating X509 certificates and public keys. It uses the mirleft organization's x509, tls, and nocrypto libraries.
Three subcommands to certify are provided:
certify csr: make a certificate signing requestcertify selfsign: make a self-signed certificatecertify sign: sign a certificate
Dependencies (8)
-
cmdliner
>= "1.0.0" & < "2.0.0" -
ocaml
>= "4.07.0" - ptime
-
cstruct
>= "3.2.0" & < "6.1.0" -
x509
>= "0.12.1" & < "0.15.1" -
mirage-crypto-rng
< "0.11.0" -
mirage-crypto-pk
< "1.0.0" -
dune
>= "1.0"
Dev Dependencies (1)
-
conf-openssl
with-test
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page