further small tweak to log formatting

This commit is contained in:
MrMeeb 2023-07-16 17:39:48 +00:00
parent 3dbf0983f6
commit 3e37a8c4ed

View File

@ -756,6 +756,7 @@ 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