getWebserverNames.sh - a bash script to show certificate information
This article explains my bash script getWebserverNames.sh, which displays information included in a certificate that a server presents to TCP connections
This article explains my bash script getWebserverNames.sh, which displays information included in a certificate that a server presents to TCP connections
I just published a small collection of openSSL scripts on GitHub including one to view certificate information a server. ...
This article explains how to convert SSL-certificates from PEM- to DER-format and vis versa useing openssl on the command line.