An open API service indexing awesome lists of open source software.

https://github.com/ricardobranco777/certinfo.sh

This script parses PEM or DER certificates, requests, CRL's, PKCS#12, PKCS#7 & PKCS#8 files, Java keystores, NSS databases, Diffie-Hellman / DSA / Elliptic Curve parameters and private & public keys (from OpenSSH too). It uses OpenSSL for most operations (unless the openssl variable is empty), otherwise it uses GnuTLS' certtool. If the certtool variable is empty, Java's keytool is used instead.
https://github.com/ricardobranco777/certinfo.sh

certtool crl gnutls java-keystore openssl pkcs

Last synced: 5 months ago
JSON representation

This script parses PEM or DER certificates, requests, CRL's, PKCS#12, PKCS#7 & PKCS#8 files, Java keystores, NSS databases, Diffie-Hellman / DSA / Elliptic Curve parameters and private & public keys (from OpenSSH too). It uses OpenSSL for most operations (unless the openssl variable is empty), otherwise it uses GnuTLS' certtool. If the certtool variable is empty, Java's keytool is used instead.

Awesome Lists containing this project