Revision 8a270a0f417fca90b30ff7d30d501deb10c2003b authored by Bodo Möller on 13 March 2000, 23:01:32 UTC, committed by Bodo Möller on 13 March 2000, 23:01:32 UTC
1 parent c13ee21
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 ...