diff --git a/install/vst-install-amazon.sh b/install/vst-install-amazon.sh index d3067462f..c7a1b1f12 100644 --- a/install/vst-install-amazon.sh +++ b/install/vst-install-amazon.sh @@ -357,6 +357,11 @@ if [ "$proftpd" = 'yes' ]; then echo ' - ProFTPD FTP Server' fi +# LE SSL for hostname +if [ "$ssl" = 'yes' ]; then + echo ' - LE SSL for hostname' +fi + # Softaculous if [ "$softaculous" = 'yes' ]; then echo ' - Softaculous Plugin'