Author: markt Date: Fri Jun 19 19:14:08 2015 New Revision: 1686484 URL: http://svn.apache.org/r1686484 Log: These fields have defaults so they are not required
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=1686484&r1=1686483&r2=1686484&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Fri Jun 19 19:14:08 2015 @@ -1030,7 +1030,7 @@ be concatenated to the certificate file.</p> </attribute> - <attribute name="certificateKeyAlias" required="true"> + <attribute name="certificateKeyAlias" required="false"> <p>JSSE only.</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 @@ -1076,7 +1076,7 @@ <code>changeit</code> will be used.</p> </attribute> - <attribute name="certificateKeystoreProvider" required="true"> + <attribute name="certificateKeystoreProvider" required="false"> <p>JSSE only.</p> <p>The name of the keystore provider to be used for the server certificate. If not specified, the value of the system property @@ -1087,7 +1087,7 @@ </p> </attribute> - <attribute name="certificateKeystoreType" required="true"> + <attribute name="certificateKeystoreType" required="false"> <p>JSSE only.</p> <p>The type of keystore file to be used for the server certificate. If not specified, the value of the system property --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org