Skip to content

Migrate from JKS to PKCS12 #25529

@dmatej

Description

@dmatej

Description

  • See https://openjdk.org/jeps/229
  • Problems:
    • Keystore usages and access are spread all over project
    • Some places don't support keystore types and explicitly use JKS
    • Provider selection usually respects Java defaults
    • PKCS12 format has different behavior than JKS, tested on JDK11 (Temurin)
      • PKCS12: when changing keystore password, keytool automatically changes passwords also to all keys using the same password
      • JKS: You have to do that later

Metadata

Metadata

Assignees

Labels

breaking changeChanges something users / app devsenhancementNew feature or request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions