Revision 68072bcfe1cea2c8026a76b01cdc4db3c1172d9c authored by Matt Caswell on 19 April 2016, 14:57:51 UTC, committed by Matt Caswell on 19 April 2016, 14:57:51 UTC
Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent 235f932
c_name
#!/bin/sh
#
# print the subject
#
for i in $*
do
n=`openssl x509 -subject -noout -in $i`
echo "$i $n"
done

Computing file changes ...