= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
CLI utilities for simple X509 certificate manipulation
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
certify-v0.3.2.tbz
sha256=5460485110d0e3ce99bcab80514111a717e6264394bef80d1285352bbfa4b0b1
sha512=86e5199666e669088cb924ccd2c58f914cceb5c7bf0c2c7bf4742aa4eca785a2b7507a8c9308d401a553a298aba67b39e15072b64b600aef059f469fc9e43d87
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
On This Page