From e7d6cc734e5ed1657f18a0dfd61e3f4f9902175b Mon Sep 17 00:00:00 2001
From: markt
Date: Sat, 25 Nov 2006 00:29:25 +0000
Subject: [PATCH] Port update to SSL docs to include PKCS11 that users have
successfully used.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@479059 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/changelog.xml | 10 +++++++++-
webapps/docs/ssl-howto.xml | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index eb59227cf..0d3a31e58 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -70,7 +70,15 @@
MessageBytes.setString(null) will remove the String value. (remm)
-
+
+
+
+
+ 40677: Update SSL documentation to indicate that PKCS11
+ keystores may be used. (markt)
+
+
+
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index 304218d2a..b76d8abc8 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -175,8 +175,8 @@ hosts are commonly used with SSL in a production environment.
-Tomcat currently operates only on JKS or PKCS12
-format keystores. The JKS format
+
Tomcat currently operates only on JKS, PKCS11 or
+PKCS12 format keystores. The JKS format
is Java's standard "Java KeyStore" format, and is the format created by the
keytool command-line utility. This tool is included in the JDK.
The PKCS12 format is an internet standard, and can be manipulated
--
2.11.0