#!/bin/sh

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