]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update Makefile 1104/head
authorAlan Buxey <alan.buxey@gmail.com>
Mon, 29 Jun 2015 14:15:21 +0000 (15:15 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Mon, 29 Jun 2015 14:15:21 +0000 (15:15 +0100)
raddb/certs/Makefile

index f79704be336b3ca1d5b22de997f5fe1ae0f02a0e..c186ab011dfe43460472ea5daea42e071089fda4 100644 (file)
@@ -9,7 +9,7 @@
 #
 ######################################################################
 
-DH_KEY_SIZE    = 1024
+DH_KEY_SIZE    = 2048
 
 #
 #  Set the passwords
@@ -46,7 +46,7 @@ passwords.mk: server.cnf ca.cnf client.cnf
 #
 ######################################################################
 dh:
-       openssl dhparam -out dh $(DH_KEY_SIZE)
+       openssl gendh -out dh -2 $(DH_KEY_SIZE)
 
 ######################################################################
 #