Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 80fe9a319f6ca05ed322032c511c3026 > files > 12

openssl-1.0.2q-1.mga6.armv7hl.rpm

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

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