Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > c008f5f9d2f123305c7375d8c540f11a > files > 11

openssl-0.9.8e-34.el5_11.i386.rpm

#!/bin/sh
# print out the hash values 
#

for i in $*
do
	h=`openssl x509 -hash -noout -in $i`
	echo "$h.0 => $i"
done