Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > a589ffcc02f01dbff7a8ff36a79e17d7 > files > 14

openssl-1.0.0k-1.fc17.i686.rpm

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

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