Set -dsaparam when generating dhparam for speed

This commit is contained in:
Ian Gulliver
2016-10-21 11:54:46 -07:00
parent 0cd3f3c5a1
commit bd716cce74

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