SSL Report to check how the installation/configuration of Nginx and Letsencrypt is being evaluated. Using these settings it should provide a grade of "A".

pull/233/head
Carlitos Melgar 6 years ago
parent 998e7c701c
commit 4c6b418fb0

@ -463,4 +463,7 @@ if [ $PROXY_MODE != "PROXY_NONE" ]; then
else
echo -e "\n---- Nginx was not installed because PROXY_MODE is PROXY_NONE ----\n"
fi
if [ $PROXY_MODE = "PROXY_LETSENCRYPT" ]; then
echo -e "\n---- Check your SSL Report at: https://www.ssllabs.com/ssltest/analyze.html?d=$WEBSITE_NAME ----\n"
fi
echo "-----------------------------------------------------------"

Loading…
Cancel
Save