From: Kaspar Brand Date: Sat, 5 Apr 2014 11:18:22 +0000 (+0000) Subject: Update SSLPassPhraseDialog directive docs to properly describe the new X-Git-Tag: 2.5.0-alpha~4350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31c7aa3b1723e322d4b6caf7c10017641797fd87;p=apache Update SSLPassPhraseDialog directive docs to properly describe the new 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 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 92fe3577ac..e6cb407506 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -295,10 +295,10 @@ query can be done in two ways which can be configured by
  • exec:/path/to/program

    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 ``servername:portnumber'', the second is either - ``RSA'', ``DSA'', or ``ECC''), 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 ``servername:portnumber:index'' (with index + 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 stdout. 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