RFR: 8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12

Sean Mullan mullan at openjdk.org
Thu Oct 12 13:53:56 UTC 2023


On Wed, 11 Oct 2023 21:24:30 GMT, Kevin Driver <kdriver at 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



More information about the security-dev mailing list