Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7d2471b944965dcbe5e2e6d47a74fdd6 > files > 14

openssl-1.0.0j-1.fc15.i686.rpm

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

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