mirror of
https://github.com/myvesta/vesta
synced 2025-07-10 23:33:13 -07:00
added port 654321 to run openssl key-pair test
This commit is contained in:
parent
0031c93535
commit
f50d8b7d84
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ is_web_domain_cert_valid() {
|
||||||
check_result $E_FORBIDEN "SSL Key is protected (remove pass_phrase)"
|
check_result $E_FORBIDEN "SSL Key is protected (remove pass_phrase)"
|
||||||
fi
|
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 &
|
-key $ssl_dir/$domain.key >> /dev/null 2>&1 &
|
||||||
pid=$!
|
pid=$!
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue