Skip to content

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 …

License

ricardobranco777/certinfo.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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.

Usage:

certinfo.sh FILE [PASSWORD|PASSWORD_FILE]

certinfo.sh -h [https://]SERVER[:PORT]

certinfo.sh CRL [CAfile]

About

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 …

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages