default to using 2048 bit keys
authorAlan T. DeKok <aland@freeradius.org>
Thu, 29 Jun 2017 11:52:57 +0000 (07:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Jun 2017 11:52:57 +0000 (07:52 -0400)
raddb/certs/bootstrap

index c9d939b..0f719aa 100755 (executable)
@@ -32,7 +32,7 @@ fi
 #  re-generate these commands.
 #
 if [ ! -f dh ]; then
-  openssl dhparam -out dh 1024 || exit 1
+  openssl dhparam -out dh 2048 || exit 1
   if [ -e /dev/urandom ] ; then
        ln -sf /dev/urandom random
   else