Author: markt
Date: Sat Mar 28 16:54:03 2015
New Revision: 1669800
URL: http://svn.apache.org/r1669800
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57759
Add information to the keyAlias documentation to make clear that the order keys
are read from the keystore is implementation dependent.
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1669800&r1=1669799&r2=1669800&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Sat Mar 28 16:54:03 2015
@@ -1093,8 +1093,13 @@
</attribute>
<attribute name="keyAlias" required="false">
- <p>The alias used to for the server certificate in the keystore. If not
- specified the first key read in the keystore will be used.</p>
+ <p>The alias used for the server key and certificate in the keystore. If
+ not specified, the first key read from the keystore will be used. The
+ order in which keys are read from the keystore is implementation
+ dependent. It may not be the case that keys are read from the keystore in
+ the same order as they were added. If more than one key is present in the
+ kesytore it is strongly recommended that a keyAlias is configured to
+ ensure that the correct key is used.</p>
</attribute>
<attribute name="keyPass" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]