MessageBytes.setString(null) will remove the String value. (remm)
</fix>
</changelog>
- </subsection>
+ </subsection>
+ <subsection name="Webapps">
+ <changelog>
+ <fix>
+ <bug>40677</bug>: Update SSL documentation to indicate that PKCS11
+ keystores may be used. (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 6.0.2 (remm)">
<subsection name="General">
<subsection name="Prepare the Certificate Keystore">
-<p>Tomcat currently operates only on <code>JKS</code> or <code>PKCS12</code>
-format keystores. The <code>JKS</code> format
+<p>Tomcat currently operates only on <code>JKS</code>, <code>PKCS11</code> or
+<code>PKCS12</code> format keystores. The <code>JKS</code> format
is Java's standard "Java KeyStore" format, and is the format created by the
<code>keytool</code> command-line utility. This tool is included in the JDK.
The <code>PKCS12</code> format is an internet standard, and can be manipulated