mirror of https://github.com/openssl/openssl.git
parent
ec5d8a54e9
commit
b8b0b5d856
|
|
@ -6,5 +6,5 @@
|
|||
for i in $*
|
||||
do
|
||||
n=`openssl x509 -issuer -noout -in $i`
|
||||
echo "$i\t$n"
|
||||
echo "$i $n"
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue