diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 40c6bde42..d6e5f6b21 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -381,6 +381,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'