Revision b74cc0776b97a55f9a17c67d43d694211f734c75 authored by Geoff Thorpe on 01 December 2003, 23:11:45 UTC, committed by Geoff Thorpe on 01 December 2003, 23:11:45 UTC
white-space, and include extra headers to satisfy debugging builds.
1 parent e7e5fe4
c_info
#!/bin/sh
#
# print the subject
#
for i in $*
do
n=`openssl x509 -subject -issuer -enddate -noout -in $i`
echo "$i"
echo "$n"
echo "--------"
done

Computing file changes ...