repo.or.cz
/
dowkd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add "quick" host check command
[dowkd.git]
/
gen
/
dev-openssl.sh
blob
11b685635b770cb0c95600b3d3593ce606224455
1
#!/bin/bash
2
3
export
LC_ALL
=
C
4
5
find
"$@"
-name
'*.key'
-print
|
sort
|
while
read
file
;
do
6
openssl rsa
-noout -modulus -in
"
$file
"
7
done
| perl dev-openssl.pl