Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 9344eaed3ca92f508007290664743a9f > files > 11

openssl-1.0.1e-37.fc18.x86_64.rpm

#!/bin/sh
#
# print the subject
#

for i in $*
do
	n=`openssl x509 -subject -issuer -enddate -noout -in $i`
	echo "$i"
	echo "$n"
	echo "--------"
done