[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 65/156: Remove some invalid comments
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.
commit 330ebd5837eece4b0899fd2c9d0fa8b195a5b9d9
Author: rcritten <>
Date: Tue Jun 20 20:48:02 2006 +0000
Remove some invalid comments
No need to set LD_LIBRARY_PATH
Fix location of certutil
---
gencert.in | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gencert.in b/gencert.in
index 4ba7206..f51ee3e 100755
--- a/gencert.in
+++ b/gencert.in
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git
More information about the Pkg-fedora-ds-maintainers
mailing list