mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Merge pull request #7195 from peterwywong/tls
Obtain the highest version of TLS supported by OpenSSL/TLS
This commit is contained in:
commit
826c219d57
@ -30,6 +30,10 @@ cmd:diff /tmp/known_host_keys /tmp/current_os_host_keys
|
||||
check:output!~>
|
||||
cmd:rm -f /tmp/known_host_keys /tmp/current_os_host_keys
|
||||
check:rc==0
|
||||
|
||||
# Obtain the highest version of TLS supported by OpenSSL/TLS.
|
||||
cmd:openssl s_client --help 2>&1 | grep "\-tls1" | awk '{print $1}' | sort | tail -1
|
||||
check:rc==0
|
||||
end
|
||||
|
||||
start:install_xCAT_on_ubuntu
|
||||
@ -76,4 +80,8 @@ cmd:diff /tmp/known_host_keys /tmp/current_os_host_keys
|
||||
check:output!~>
|
||||
cmd:rm -f /tmp/known_host_keys /tmp/current_os_host_keys
|
||||
check:rc==0
|
||||
|
||||
# Obtain the highest version of TLS supported by OpenSSL/TLS.
|
||||
cmd:openssl s_client --help 2>&1 | grep "\-tls1" | awk '{print $1}' | sort | tail -1
|
||||
check:rc==0
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user