Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > a2f33dcd73e842d8b99c2d7fe7f35eb6 > files > 12

openssl-0.9.8e-31.el5_11.i686.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