diff --git a/create_vhost.sh b/create_vhost.sh index faa90c3..c7b7049 100755 --- a/create_vhost.sh +++ b/create_vhost.sh @@ -1540,15 +1540,15 @@ else #else # echo -e "\tSSLCertificateKeyFile = $_ssl_key_file" fi - if [ -z "$_ssl_chain_file" ]; then - if [ $number_warnings -eq 0 ]; then - echo - fi - warn "No SSLCertificateChainFile found, but https is on!" - let number_warnings++ + #if [ -z "$_ssl_chain_file" ]; then + # if [ $number_warnings -eq 0 ]; then + # echo + # fi + # warn "No SSLCertificateChainFile found, but https is on!" + # let number_warnings++ #else # echo -e "\tSSLCertificateChainFile = $_ssl_chain_file" - fi + #fi fi if [ $number_warnings -eq 0 -a $number_errors -eq 0 ]; then