Sign in
◑
Theme
flutter
/
third_party
/
openssl
/
b2be6ed0509315d15a75f7c7c9c19e04d6b8949e
/
.
/
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