Revision faa8038edde3fa0c99e3d1eeb3a6372e51a2371c authored by Matt Caswell on 08 January 2015, 14:03:39 UTC, committed by Matt Caswell on 08 January 2015, 14:03:39 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent e02863b
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 ...