Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak fixture: Replace JKS with PKCS12 #1484

Open
dmihalcik-virtru opened this issue Aug 30, 2024 · 0 comments · May be fixed by #1276
Open

keycloak fixture: Replace JKS with PKCS12 #1484

dmihalcik-virtru opened this issue Aug 30, 2024 · 0 comments · May be fixed by #1276

Comments

@dmihalcik-virtru
Copy link
Member

Since JDK9, the default format for the java keystore has been PKCS12. Using keytool to load our temporary CA cert results in a warning saying JKS is a proprietary format. Instead, we should leave the cert in a pkcs12 container that keycloak can load; this will also have the benefit of removing a dependency on (and appropriate matching major version of) keytool

image

https://openjdk.org/jeps/229

@dmihalcik-virtru dmihalcik-virtru linked a pull request Aug 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant