git://scientific.zcu.cz
/
glite-security-test-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce3d155
)
Big CA now 8192 bit key.
author
John White
<John.White@cern.ch>
Mon, 8 Nov 2004 13:46:13 +0000
(13:46 +0000)
committer
John White
<John.White@cern.ch>
Mon, 8 Nov 2004 13:46:13 +0000
(13:46 +0000)
bin/generate-ca-certificates-for-cvs.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/generate-ca-certificates-for-cvs.sh
b/bin/generate-ca-certificates-for-cvs.sh
index
1f34893
..
62d983a
100755
(executable)
--- a/
bin/generate-ca-certificates-for-cvs.sh
+++ b/
bin/generate-ca-certificates-for-cvs.sh
@@
-18,7
+18,7
@@
BASEDIR=$PWD/$(dirname $0)/../test
CONFIGFILES="index.txt serial.txt ca_conf.cnf ca_proxy_conf.cnf req_conf.cnf req_proxy_conf.cnf req_proxy_proxy_conf.cnf"
export PASSWORD='changeit'
CATYPES='trusted fake big expired'
-BIG_BITS=
4096
+BIG_BITS=
8192
SMALL_BITS=1024
function create_ca {