summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ssl.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-11-04 23:14:41 +0100
committerAndré Malo <nd@apache.org>2004-11-04 23:14:41 +0100
commit3fd9239ad430601e680fad9dabd8107516a15605 (patch)
treeacaccb9a19c9c5441f6c3b8afaf1631eb59a724c /docs/manual/mod/mod_ssl.html.en
parent* modules/experimental/mod_disk_cache.c (recall_headers, (diff)
downloadapache2-3fd9239ad430601e680fad9dabd8107516a15605.tar.xz
apache2-3fd9239ad430601e680fad9dabd8107516a15605.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.html.en')
-rw-r--r--docs/manual/mod/mod_ssl.html.en11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 965cf83bf3..624a49c300 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -795,6 +795,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