Skip to content

Commit a2fdfb0

Browse files
authored
Merge pull request #2474 from drwetter/mtls_beta
Polish PR2461 (mTLS) + label as beta
2 parents 94ef475 + 55ae9bf commit a2fdfb0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

testssl.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,8 +2315,7 @@ s_client_options() {
23152315
[[ "$1" =~ secp192r1 ]] && options="${options//secp192r1/prime192v1}"
23162316
[[ "$1" =~ secp256r1 ]] && options="${options//secp256r1/prime256v1}"
23172317
fi
2318-
# $keyopts may be set as an environment variable to enable client authentication (see PR #1383)
2319-
tm_out "$options $keyopts"
2318+
tm_out "$options"
23202319

23212320
# In case of mutual TLS authentication is required by the server
23222321
# Note: the PEM certificate file must contain: client certificate and certificate key (not encrypted)
@@ -20536,8 +20535,8 @@ tuning / connect options (most also can be preset via environment variables):
2053620535
--ids-friendly skips a few vulnerability checks which may cause IDSs to block the scanning IP
2053720536
--phone-out allow to contact external servers for CRL download and querying OCSP responder
2053820537
--add-ca <CA files|CA dir> path to <CAdir> with *.pem or a comma separated list of CA files to include in trust check
20539-
--mtls <CLIENT CERT file> path to <CLIENT CERT> file, it must be in PEM format and contain client certificate with certificate key (not encrypted)
20540-
--basicauth <user:pass> provide HTTP basic auth information.
20538+
--mtls <CLIENT CERT file> path to <CLIENT CERT> file in PEM format containing unencrypted certificate key (beta)
20539+
--basicauth <user:pass> provide HTTP basic auth information
2054120540
--reqheader <header> add custom http request headers
2054220541

2054320542
output options (can also be preset via environment variables):

0 commit comments

Comments
 (0)