Hi, On Wed, Nov 22, 2017 at 11:19 AM, Silvio Bierman <[email protected]> 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. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
