diff options
| author | rcritten <> | 2006-06-20 20:48:02 +0000 |
|---|---|---|
| committer | rcritten <> | 2006-06-20 20:48:02 +0000 |
| commit | 330ebd5837eece4b0899fd2c9d0fa8b195a5b9d9 (patch) | |
| tree | d248cfade252655cfb22291bebbf6b3e72fe99ef | |
| parent | c6435b21868bd4d6edd9139427fb6c5a33d63931 (diff) | |
Remove some invalid comments
No need to set LD_LIBRARY_PATH
Fix location of certutil
| -rwxr-xr-x | gencert.in | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 @@ CA_CERTDN="CN=Certificate Shack, O=example.com, C=US" 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 |
