From dcbc3e9b15d36000cfb98b2d36bab669061eb4e7 Mon Sep 17 00:00:00 2001 From: John White Date: Mon, 8 Nov 2004 14:02:05 +0000 Subject: [PATCH] Corrected typo in proxy generation and fixed big CA BITS. --- bin/generate-test-certificates.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/generate-test-certificates.sh b/bin/generate-test-certificates.sh index 423d19b..e7bb6fa 100755 --- a/bin/generate-test-certificates.sh +++ b/bin/generate-test-certificates.sh @@ -13,10 +13,10 @@ # 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 -- 1.8.2.3