Generate proper dh. From Michael Brown
authoraland <aland>
Thu, 29 Jan 2004 16:32:57 +0000 (16:32 +0000)
committeraland <aland>
Thu, 29 Jan 2004 16:32:57 +0000 (16:32 +0000)
scripts/certs.sh

index 622db83..a71350e 100755 (executable)
@@ -16,9 +16,9 @@ cp xpextensions certs/
 cd certs
 
 #
-#  Hmm... we should probably do something more intelligent here.
+# Generate DH stuff...
 #
-touch dh
+$(SSL)/bin/openssl gendh > dh
 
 #
 #  /dev/urandom is not a file, and we can't rely on "test -e" working