Revision 19a28a8aa3df6680545bcc4496110aed4a112bc5 authored by Scott Deboy on 07 November 2013, 09:08:29 UTC, committed by Scott Deboy on 09 February 2014, 00:18:11 UTC
1 parent fc21321
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 ...