jfclere 2005/07/10 10:20:22
Modified: webapps/docs apr.xml
Log:
Start documenting the minimal SSL parameters to allow testing.
Revision Changes Path
1.5 +26 -2 jakarta-tomcat-catalina/webapps/docs/apr.xml
Index: apr.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apr.xml 4 Jul 2005 18:39:09 -0000 1.4
+++ apr.xml 10 Jul 2005 17:20:22 -0000 1.5
@@ -159,9 +159,33 @@
</p>
<attributes>
-
+
+ <attribute name="SSLEngine" required="false">
+ <p>
+ Name of the SSLEngine to use. off: Do not use SSL, on: Use SSL but no
specific ENGINE.
+ The default value is off.
+ </p>
+ </attribute>
+ <attribute name="SSLCertificateFile" required="true">
+ <p>
+ Name of the file that contains the server certificate. The format is
PEM-encoded.
+ </p>
+ </attribute>
+ <attribute name="SSLCertificateKeyFile" required="false">
+ <p>
+ Name of the file that contains the server private key. The format is
PEM-encoded.
+ The default value is the value of "SSLCertificateFile" and in this
case both certificate
+ and private key have to be in this file (NOT RECOMMENDED).
+ </p>
+ </attribute>
+ <attribute name="SSLPassword" required="false">
+ <p>
+ Pass phrase for the encrypted private key. If "SSLPassword" is not
provided, the callback fonction
+ should prompt for the pass phrase.
+ </p>
+ </attribute>
+
</attributes>
-
</subsection>
<subsection name="AJP">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]