Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Use PKCS12 keystore with Jetty

Hi,

On Wed, Nov 22, 2017 at 11:19 AM, Silvio Bierman
<sbierman@xxxxxxxxxxxxxxxxxx> wrote:
> Hi all,
>
> Just a quick check to see if I can simply replace my JKS with a PKCS12
> keystore or not.

Yes, PKCS12 stores are supported in the JDK since JDK 8.
In JDK 8 you need to specify the storeType in SslContextFactory (which
then forwards it to the JDK).
In JDK 9 PKCS12 stores are the default.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top