Skip to content

Commit

Permalink
default to using 2048 bit keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 29, 2017
1 parent d35a369 commit a1b69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/certs/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1b69b3

Please sign in to comment.