Author: markt Date: Thu Apr 30 14:35:43 2015 New Revision: 1677008 URL: http://svn.apache.org/r1677008 Log: Tweak
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=1677008&r1=1677007&r2=1677008&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Thu Apr 30 14:35:43 2015 @@ -1051,8 +1051,8 @@ <attributes> - <attribute name="certificateFile" required="false"> - <p>OpenSSL only (required).</p> + <attribute name="certificateFile" required="true"> + <p>OpenSSL only.</p> <p>Name of the file that contains the server certificate. The format is PEM-encoded.</p> </attribute> @@ -1087,6 +1087,7 @@ </attribute> <attribute name="keyManagerAlgorithm" required="false"> + <p>JSSE only.</p> <p>The <code>KeyManager</code> algorithm to be used. This defaults to <code>KeyManagerFactory.getDefaultAlgorithm()</code> which returns <code>SunX509</code> for Sun JVMs. IBM JVMs return --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org