diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 35c2dbaa0..695a63851 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -363,6 +363,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'