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

Thank you Simone. It's working fine.



On 22-11-17 11:27, Simone Bordet wrote:
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.




Back to the top