Bug 40677 - PKCS11 keystore instead of JKS or PKCS12 keystore
Summary: PKCS11 keystore instead of JKS or PKCS12 keystore
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.17
Hardware: PC Windows XP
: P5 trivial (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 07:04 UTC by Moritz Kuhn
Modified: 2006-12-03 22:37 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Kuhn 2006-10-04 07:04:47 UTC
The documentations says "Tomcat currently operates only on JKS or PKCS12 format
keystores". This is wrong!

I statically installed a Sun PKCS#11 provider and used the keystore on a
smartcard (Kobil mIdentity). I only had to change the "keystoreType" in the
server.xml file to "PKCS11" and it worked. 

Maybe you want to change the documentation.
Comment 1 Mark Thomas 2006-11-24 16:30:04 UTC
Thanks for the information. The docs have been updated in SVN and will be
included in 5.5.21 onwards and 6.0.3 onwards.
Comment 2 Ralf Hauser 2006-12-03 22:37:10 UTC
see also Bug 37018