Author: rcritten
Update of /cvs/dirsec/mod_nss In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10587
Modified Files: gencert.in Log Message: Remove some invalid comments
No need to set LD_LIBRARY_PATH
Fix location of certutil
Index: gencert.in =================================================================== RCS file: /cvs/dirsec/mod_nss/gencert.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gencert.in 20 Jun 2006 20:42:21 -0000 1.2 +++ gencert.in 20 Jun 2006 20:48:02 -0000 1.3 @@ -19,13 +19,8 @@ # # gencert - generate new CA, server and user certificates for NSS testing. # -# Note that this script requires the Korn shell.
-NSSDIR=@nss_dir@ -NSPRDIR=@nspr_dir@ - -export LD_LIBRARY_PATH=$NSPRDIR/lib:$NSSDIR/lib -CERTUTIL=$NSSDIR/bin/certutil +CERTUTIL=/usr/bin/certutil
# Note: In order for the client tests that ship with this module to work # properly with this test certificate you need to ensure that the domain of @@ -64,7 +59,7 @@ SERVER_CERTDN="CN=${FQDN}, O=example.com, C=US" ALPHA_CERTDN="E=alpha@${FQDN}, CN=Frank Alpha, UID=alpha, OU=People, O=example.com, C=US"
-# size of the keys - this needs to be 512 for export servers +# size of the keys KEYSIZE=1024
# validity of the certs in months
389-commits@lists.fedoraproject.org