From 10596996d8d3eaa798c1f94524a2504e3ef769b3 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Mon, 29 Jun 2015 15:15:21 +0100 Subject: [PATCH] Update Makefile --- raddb/certs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile index f79704be33..c186ab011d 100644 --- a/raddb/certs/Makefile +++ b/raddb/certs/Makefile @@ -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) ###################################################################### # -- 2.47.2