Sign in
cobalt
/
cobalt
/
2a8c847d785c1602f60915c8e0112e0aec6a15a5
/
.
/
src
/
third_party
/
openssl
/
openssl
/
tools
/
c_info
blob: 0e1e633b6fb7c2bc8629a8b691c0da1a5aeed16c [
file
] [
log
] [
blame
]
#!/bin/sh
#
# print the subject
#
for
i
in
$
*
do
n
=
`openssl x509 -subject -issuer -enddate -noout -in $i`
echo
"$i"
echo
"$n"
echo
"--------"
done