From 55ef4c09fea1bd8f33f3fd79d70c6482cc9957a7 Mon Sep 17 00:00:00 2001 From: Maurizio S <46047144+akabe1@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:49:50 +0100 Subject: [PATCH] Update testssl.1.md --- doc/testssl.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/testssl.1.md b/doc/testssl.1.md index 1583536..2459d48 100644 --- a/doc/testssl.1.md +++ b/doc/testssl.1.md @@ -113,6 +113,8 @@ The same can be achieved by setting the environment variable `WARNINGS`. `--reqheader
` This can be used to add additional HTTP request headers in the correct format `Headername: headercontent`. This parameter can be called multiple times if required. For example: `--reqheader 'Proxy-Authorization: Basic dGVzdHNzbDpydWxlcw==' --reqheader 'ClientID: 0xDEADBEAF'`. REQHEADER is the corresponding environment variable. +`--mtls ` This can be set to provide a file containing a client certificatete and a private key (not encrypted) in PEM format, which is used when a mutual TLS authentication is required by the remote server. MTLS is the equivalent environment variable. + ### SPECIAL INVOCATIONS