We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6829996 + 388f3ae commit 931d009Copy full SHA for 931d009
1 file changed
testssl.sh
@@ -138,7 +138,7 @@ ADDITIONAL_CA_FILES="${ADDITIONAL_CA_FILES:-""}" # single file with a CA in PEM
138
CIPHERS_BY_STRENGTH_FILE=""
139
TLS_DATA_FILE="" # mandatory file for socket-based handshakes
140
OPENSSL_LOCATION=""
141
-HNAME="$(hostname)"
+HNAME="$(uname -n)"
142
HNAME="${HNAME%%.*}"
143
144
declare CMDLINE
0 commit comments