summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-09-23 23:39:15 +0200
committerGraham Leggett <minfrin@apache.org>2018-09-23 23:39:15 +0200
commit95d673ea402cc8308fed3ff192fbc2371287d575 (patch)
tree9cc63ae447fd184ce81e31ef0aea53158b843644 /docs
parentXML file update. (diff)
downloadapache2-95d673ea402cc8308fed3ff192fbc2371287d575.tar.xz
apache2-95d673ea402cc8308fed3ff192fbc2371287d575.zip
ab: Add client certificate support.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841784 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/programs/ab.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml
index 3ddebe039e..abdb26016d 100644
--- a/docs/manual/programs/ab.xml
+++ b/docs/manual/programs/ab.xml
@@ -43,6 +43,7 @@
[ -<strong>C</strong> <var>cookie-name</var>=<var>value</var> ]
[ -<strong>d</strong> ]
[ -<strong>e</strong> <var>csv-file</var> ]
+ [ -<strong>E</strong> <var>client-certificate file</var> ]
[ -<strong>f</strong> <var>protocol</var> ]
[ -<strong>g</strong> <var>gnuplot-file</var> ]
[ -<strong>h</strong> ]
@@ -105,6 +106,12 @@
that percentage of the requests. This is usually more useful than the
'gnuplot' file; as the results are already 'binned'.</dd>
+ <dt><code>-E <var>client-certificate-file</var></code></dt>
+ <dd>When connecting to an SSL website, use the provided client certificate
+ in PEM format to authenticate with the server. The file is expected to
+ contain the client certificate, followed by intermediate certificates,
+ followed by the private key. Available in 2.4.36 and later.</dd>
+
<dt><code>-f <var>protocol</var></code></dt>
<dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL).<br />
TLS1.1 and TLS1.2 support available in 2.4.4 and later.</dd>