This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 883dca6770 Add type to docs
883dca6770 is described below
commit 883dca6770a269f8c631259e0ed97200c9f94536
Author: remm <[email protected]>
AuthorDate: Tue Sep 23 22:03:27 2025 +0200
Add type to docs
---
webapps/docs/config/http.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 7b8f005d40..637f39dfd2 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1782,7 +1782,8 @@
<attribute name="type" required="false">
<p>The type of certificate. This is used to identify the ciphers that are
compatible with the certificate. It must be one of
<code>UNDEFINED</code>,
- <code>RSA</code>, <code>DSA</code> or <code>EC</code>. If only one
+ <code>RSA</code>, <code>DSA</code>, <code>EC</code> or
<code>MLDSA</code>.
+ If only one
<strong>Certificate</strong> is nested within a
<code>SSLHostConfig</code>
then this attribute is not required and will default to
<code>UNDEFINED</code>. If multiple <strong>Certificate</strong>s are
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]