This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 84e82e8 Fix BZ 65007 - commands in TLS docs may need tweaks in some
cases
84e82e8 is described below
commit 84e82e88da9b5dab52cda3eb153daa74d52aa53f
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 4 16:22:22 2021 +0000
Fix BZ 65007 - commands in TLS docs may need tweaks in some cases
https://bz.apache.org/bugzilla/show_bug.cgi?id=65007
---
webapps/docs/changelog.xml | 10 ++++++++++
webapps/docs/ssl-howto.xml | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5a9f377..a0a6758 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -178,6 +178,16 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <fix>
+ <bug>65007</bug>: Clarify that the commands shown in the TLS
+ documentation for importing a signed TLS certificate from a certificate
+ authority are typical examples that may need to be adjusted in some
+ cases. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<add>
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index 0d50cd9..712dba1 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -452,6 +452,16 @@ After that you can proceed with importing your
Certificate.</p>
-file <your_certificate_filename></source>
</li>
</ul>
+
+<p>Each Certificate Authority tends to differ slightly from the others. They
may
+require slightly different information and/or provide the certificate and
+associated certificate chain in different formats. Additionally, the rules that
+the Certificate Authorities use for issuing certifcates change over time. As a
+result you may find that the commands given above may need to be modified. If
+you require assitance then help is available via the
+<a href="http://tomcat.apache.org/lists.html#tomcat-users">Apache Tomcat users
+mailing list</a>.</p>
+
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]