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