Sign in
flutter
/
third_party
/
openssl
/
e45641bd178ba9c45553a1316ce6ff6da73f8fa2
/
.
/
tools
/
c_issuer
blob: 55821ab740d5ac02475fb4cfe9e32a22837b5b95 [
file
]
#!/bin/sh
#
# print out the issuer
#
for
i
in
$
*
do
n
=
`openssl x509 -issuer -noout -in $i`
echo
"$i $n"
done