On Wed, 11 Oct 2023 21:24:30 GMT, Kevin Driver <kdri...@openjdk.org> wrote:

> JDK-8308453: JSSE regression test keystore migration from JKS to PKCS12

The ones you changed to PKCS12 is fine, but you should also convert the binary 
keystores in the `test/jdk/javax/net/ssl/etc` directory. You can use the 
`keytool -importkeystore` command to convert JKS to PKCS12, ex:

`keytool -importkeystore -srckeystore keystore -srcstoretype JKS -deststoretype 
PKCS12 -destkeystore keystore.p12`

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16159#issuecomment-1759578395

Reply via email to