repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mark msysGit as obsolete
[msysgit.git]
/
ssl
/
misc
/
c_issuer
blob
55821ab740d5ac02475fb4cfe9e32a22837b5b95
1
#!/bin/sh
2
#
3
# print out the issuer
4
#
5
6
for
i
in
$
*
7
do
8
n
=
`openssl x509 -issuer -noout -in
$i
`
9
echo
"
$i
$n
"
10
done