BC JSSE and private keys
Veit Guna <[email protected]>
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi. The BC JSSE documentation at https://downloads.bouncycastle.org/fips-java/BC-FJA-(D)TLSUserGuide-1.0.0.pdf states, that privates keys aren't supported for the truststore. I have a project, where I use mutual SSL authentication using client certs. So I put my certs to a keystore that I configure within tomcat SSL Connector as keystore+truststore. Does this mean, that when using BC JSSE implementation as the default provider, that this won't work anymore? Cheers Veit