Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > d0922ab94cb37d2c1502b36d6d2a2924 > files > 13

openssl-0.9.8e-39.el5_11.i386.rpm

#!/bin/sh
#
# print out the issuer
#

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