diff --git a/odoo_install.sh b/odoo_install.sh index 79842b2..6bd0596 100755 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -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 "-----------------------------------------------------------"