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
Set autocrlf to false to preserve unix eol-style
[msysgit.git]
/
ssl
/
misc
/
c_info
blob
0e1e633b6fb7c2bc8629a8b691c0da1a5aeed16c
1
#!/bin/sh
2
#
3
# print the subject
4
#
5
6
for
i
in
$
*
7
do
8
n
=
`openssl x509 -subject -issuer -enddate -noout -in
$i
`
9
echo
"
$i
"
10
echo
"
$n
"
11
echo
"--------"
12
done