added port 654321 to run openssl key-pair test

This commit is contained in:
Serghey Rodin 2019-05-08 22:47:30 +03:00
parent 0031c93535
commit f50d8b7d84

View file

@ -339,7 +339,7 @@ is_web_domain_cert_valid() {
check_result $E_FORBIDEN "SSL Key is protected (remove pass_phrase)"
fi
openssl s_server -quiet -cert $ssl_dir/$domain.crt \
openssl s_server -port 654321 -quiet -cert $ssl_dir/$domain.crt \
-key $ssl_dir/$domain.key >> /dev/null 2>&1 &
pid=$!
sleep 0.5