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