Compare commits

..

No commits in common. "83f8c39e482977e8e0dcd83c9bec585842f389f9" and "6134b053284977ced2de89824584756c6c9311fc" have entirely different histories.

View File

@ -756,7 +756,6 @@ fi
if [ $GENERATE_DHPARAM = true ] && [ ! -s /config/letsencrypt/keys/ssl-dhparams.pem ]
then
echo ""
echo "Generating Diffie-Hellman keys, saved to /config/letsencrypt/keys. This can take a long time!"
openssl dhparam -out /config/letsencrypt/keys/ssl-dhparams.pem 4096
fi