Corrected typo in proxy generation and fixed big CA BITS.
authorJohn White <John.White@cern.ch>
Mon, 8 Nov 2004 14:02:05 +0000 (14:02 +0000)
committerJohn White <John.White@cern.ch>
Mon, 8 Nov 2004 14:02:05 +0000 (14:02 +0000)
bin/generate-test-certificates.sh

index 423d19b..e7bb6fa 100755 (executable)
 #
 
 if [ "$1" == "--all" ]; then
-    CATYPES='trusted'
-    CATYPES='fake'
-    CATYPES='big'
-    CATYPES='expired'
+    CATYPES='trusted'
+    CATYPES='fake'
+    CATYPES='big'
+    CATYPES='expired'
     CATYPES='trusted fake big expired'
     ALL='yes'
     shift
@@ -504,10 +504,10 @@ for catype in $CATYPES; do
     export REQ_CONFIG_FILE=$CA_DIR/req_conf.cnf
     export REQ_PROXY_CONFIG_FILE=$CA_DIR/req_proxy_conf.cnf
     export REQ_PROXY_PROXY_CONFIG_FILE=$CA_DIR/req_proxy_proxy_conf.cnf
-    export PROXY_BITScvs commit=512
+    export PROXY_BITS=512
 
     if [ "$catype" = "big" ]; then
-        export BITS=4096
+        export BITS=8192
     else
         export BITS=1024
     fi