Sign in
flutter
/
third_party
/
openssl
/
aa6d1a0c19c2f7631b2d3473e4ae25581d2b4dff
/
.
/
tools
/
c_name
blob: 28800c0b30c1e854223446910bfef4ec4299a690 [
file
]
#!/bin/sh
#
# print the subject
#
for
i
in
$
*
do
n
=
`openssl x509 -subject -noout -in $i`
echo
"$i $n"
done