X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=raddb%2Fcerts%2Fbootstrap;h=0f719aafd4c9abcdefbf547dedb6e7312c535104;hb=78f63128ef0ee0cbec7c334e50131afc188592ac;hp=c9d939beac8d5bdc21ea1ff9233442f9ab933297;hpb=2093dc4a46d1bfbd3ef3a78cea1b8ded916441de;p=freeradius.git diff --git a/raddb/certs/bootstrap b/raddb/certs/bootstrap index c9d939b..0f719aa 100755 --- a/raddb/certs/bootstrap +++ b/raddb/certs/bootstrap @@ -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