]> granicus.if.org Git - apache/commitdiff
Update SSLPassPhraseDialog directive docs to properly describe the new
authorKaspar Brand <kbrand@apache.org>
Sat, 5 Apr 2014 11:18:22 +0000 (11:18 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 5 Apr 2014 11:18:22 +0000 (11:18 +0000)
argument structure for "exec"-type programs, as introduced with r1553824.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585045 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 92fe3577ac79fa07a459fcf47e49493296b66378..e6cb40750690c26c5986eabc0b4a534dd59da4b1 100644 (file)
@@ -295,10 +295,10 @@ query can be done in two ways which can be configured by
 <li><code>exec:/path/to/program</code>
     <p>
     Here an external program is configured which is called at startup for each
-    encrypted Private Key file. It is called with two arguments (the first is
-    of the form ``<code>servername:portnumber</code>'', the second is either
-    ``<code>RSA</code>'', ``<code>DSA</code>'', or ``<code>ECC</code>''), which
-    indicate for which server and algorithm it has to print the corresponding
+    encrypted Private Key file. It is called with one argument, a string of the
+    form ``<code>servername:portnumber:index</code>'' (with <code>index</code>
+    being a zero-based sequence number), which indicates for which server,
+    TCP port and certificate number it has to print the corresponding
     Pass Phrase to <code>stdout</code>.  The intent is that this external
     program first runs security checks to make sure that the system is not
     compromised by an attacker, and only when these checks were passed