From 39d19d4a25d748313888c094f09dd55ccdbdead3 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Mon, 29 Jun 2015 15:16:18 +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 6665790d3f..6c3dccc174 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