]> granicus.if.org Git - apache/commitdiff
Document SSLPassPhraseDialog's piped input mode.
authorJoe Orton <jorton@apache.org>
Thu, 4 Nov 2004 19:04:08 +0000 (19:04 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 4 Nov 2004 19:04:08 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105684 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index afe1a8b9acb0f278b6fad399b585ec8cf04a85cf..365829bd469663e033794f6603932d63191edb46 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -167,6 +167,17 @@ query can be done in two ways which can be configured by
     dialog (i.e. when you use a single Pass Phrase for all N Private Key files
     this Pass Phrase is queried only once).</p></li>
 
+<li><code>|/path/to/program [args...]</code> 
+
+   <p>This mode allows an external program to be used which acts as a
+   pipe to a particular input device; the program is sent the standard
+   prompt text used for the <code>builtin</code> mode on
+   <code>stdin</code>, and is expected to write password strings on
+   <code>stdout</code>.  If several passwords are needed (or an
+   incorrect password is entered), additional prompt text will be
+   written subsequent to the first password being returned, and more
+   passwords must then be written back.</p></li>
+
 <li><code>exec:/path/to/program</code>
     <p>
     Here an external program is configured which is called at startup for each