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