Revision d59d0b7c21ef656b4b352b16e5f8fce97ecc6e23 authored by Andy Polyakov on 13 February 2014, 16:03:14 UTC, committed by Andy Polyakov on 13 February 2014, 16:03:14 UTC
1 parent dbd512e
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 ...