Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3def961485defab560fc71b6da12a8fd > files > 13

openssl-1.0.1m-1.mga4.x86_64.rpm

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

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