repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RT-AC56 3.0.0.4.374.37 core
[tomato.git]
/
release
/
src-rt-6.x.4708
/
toolchains
/
hndtools-arm-linux-2.6.36-uclibc-4.5.3
/
arm-brcm-linux-uclibcgnueabi
/
sysroot
/
etc
/
ssl
/
misc
/
c_name
blob
28800c0b30c1e854223446910bfef4ec4299a690
1
#!/bin/sh
2
#
3
# print the subject
4
#
5
6
for
i
in
$
*
7
do
8
n
=
`openssl x509 -subject -noout -in
$i
`
9
echo
"
$i
$n
"
10
done