You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/11 08:42:16 UTC

[tomcat] branch 10.0.x updated: Clarify requirement is for certificateFile or certificateKeystoreFile

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new d722ba8b68 Clarify requirement is for certificateFile or certificateKeystoreFile
d722ba8b68 is described below

commit d722ba8b68c0c776abde0c6d3b54dd5833c0f2e6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 11 09:41:26 2022 +0100

    Clarify requirement is for certificateFile or certificateKeystoreFile
---
 webapps/docs/config/http.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index d95e5c8b3a..65f251f9db 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1513,7 +1513,7 @@
 
   <attributes>
 
-    <attribute name="certificateFile" required="true">
+    <attribute name="certificateFile" required="false">
       <p>Name of the file that contains the server certificate. The format is
       PEM-encoded. Relative paths will be resolved against
       <code>$CATALINA_BASE</code>.</p>
@@ -1522,6 +1522,8 @@
       generated by <code>openssl dhparam</code> and <code>openssl ecparam</code>,
       respectively. The output of the respective OpenSSL command can simply
       be concatenated to the certificate file.</p>
+      <p>This attribute is required unless
+      <strong>certificateKeystoreFile</strong> is specified.</p>
     </attribute>
 
     <attribute name="certificateChainFile" required="false">
@@ -1574,6 +1576,8 @@
       When using a domain keystore (<code>keystoreType</code> of
       <code>DKS</code>), this parameter should be the URI to the domain
       keystore.</p>
+      <p>This attribute is required unless
+      <strong>certificateFile</strong> is specified.</p>
     </attribute>
 
     <attribute name="certificateKeystorePassword" required="false">


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