From: John White Date: Mon, 8 Nov 2004 14:02:05 +0000 (+0000) Subject: Corrected typo in proxy generation and fixed big CA BITS. X-Git-Tag: GLITE_RELEASE_1_2~18 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=dcbc3e9b15d36000cfb98b2d36bab669061eb4e7;p=glite-security-test-utils.git Corrected typo in proxy generation and fixed big CA BITS. --- 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