Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > 9eecbd88ee023101f3f10438172ba2d0 > files > 12

openssl-1.0.1e-8.8.mga4.x86_64.rpm

#!/bin/sh
#
# print the subject
#

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