From: Alan Buxey Date: Mon, 29 Jun 2015 14:16:18 +0000 (+0100) Subject: Update Makefile X-Git-Tag: release_2_2_8~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1105%2Fhead;p=thirdparty%2Ffreeradius-server.git Update Makefile --- 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) ###################################################################### #