From 51ab05e651114a30149b42744706d05a2ac5ebe3 Mon Sep 17 00:00:00 2001 From: Maurizio S <46047144+akabe1@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:49:56 +0100 Subject: [PATCH] Update testssl.1.html --- doc/testssl.1.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/testssl.1.html b/doc/testssl.1.html index 1584bf0..05dc144 100644 --- a/doc/testssl.1.html +++ b/doc/testssl.1.html @@ -192,6 +192,8 @@ The same can be achieved by setting the environment variable WARNINGS--reqheader <header> 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 <path_to_client_cert> 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 is the equivalent environment variable.

+

SPECIAL INVOCATIONS

-t <protocol>, --starttls <protocol> does a default run against a STARTTLS enabled protocol. protocol must be one of ftp, smtp, pop3, imap, xmpp, sieve, xmpp-server, telnet, ldap, irc, lmtp, nntp, postgres, mysql. For the latter four you need e.g. the supplied OpenSSL or OpenSSL version 1.1.1. Please note: MongoDB doesn't offer a STARTTLS connection, IRC currently only works with --ssl-native. irc is WIP.