Author: markt
Date: Wed Jul  5 12:12:47 2017
New Revision: 1800864

URL: http://svn.apache.org/viewvc?rev=1800864&view=rev
Log:
Revert r1800850. A better solution has been suggested on the users list.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1800864&r1=1800863&r2=1800864&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Jul  5 12:12:47 2017
@@ -65,15 +65,6 @@
       </add>
     </changelog>
   </subsection>
-  <subsection name="Web applications">
-    <changelog>
-      <add>
-        Clarify the documentation for <code>certificateKeyPassword</code> with
-        information on the lack of support for multiple keys in a single key
-        store, each with a separate password. (markt)
-      </add>
-    </changelog>
-  </subsection>
   <subsection name="Other">
     <changelog>
       <add>

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1800864&r1=1800863&r2=1800864&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Wed Jul  5 12:12:47 2017
@@ -1402,11 +1402,6 @@
       <p>If not specified, the default behaviour for JSSE is to use the
       <strong>certificateKeystorePassword</strong>. For OpenSSL the default
       behaviour is not to use a password.</p>
-      <p><strong>Note:</strong> While Java key stores may be configured with
-      different passwords for each key, the JRE's default provider can only use
-      the keystore if all keys have the same password. If you need to use
-      multiple keys each with a different password you must use a separate
-      keystore for each.</p>
     </attribute>
 
     <attribute name="certificateKeystoreFile" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to