Speed up DH param generation

This commit is contained in:
Ian Gulliver
2016-11-15 22:02:53 +00:00
parent 0cd3f3c5a1
commit 3e6ca0fe62

View File

@@ -130,7 +130,7 @@ fi
if test "%(dh)s" = "y"; then
if test ! -s "${DH}"; then
openssl dhparam -out "${DH}" 2048
openssl dhparam -dsaparam -out "${DH}" 2048
fi
ln --symbolic --force $(basename "${DH}") "${DH_LINK}"
fi