Revision cdc596567d61fb844a6e87b58c64aaf9fa0a4a2b authored by Matt Caswell on 22 June 2014, 22:24:52 UTC, committed by Matt Caswell on 22 June 2014, 22:24:52 UTC
This reverts commit def1490717c091c6ef669da9fc5ea4c8b2a4d776. Incorrect attribution
1 parent 70d923f
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 ...