Sign in
flutter
/
third_party
/
openssl
/
23a1d5e97cd543d2b8e1b01dbf0f619b2e5ce540
/
.
/
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