-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Switch SslContextFactory.keystoreType from JKS
to PKCS12
#2643
Comments
This issue has been automatically marked as stale because it has been a full year without activit. It will be closed if no further activity occurs. Thank you for your contributions. |
@sbordet do we still want to do this for Jetty 10? |
Yes we want to do it for 10. |
sbordet
changed the title
Switch SslContextFactory default from
Switch SslContextFactory.keystoreType from Jan 17, 2020
JKS
to PKCS12
for Jetty 10?JKS
to PKCS12
sbordet
added a commit
that referenced
this issue
Jan 17, 2020
Updated old keystores to new PKCS12 keystores. Removed unused keystores and truststores. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jan 30, 2020
Fixes #2643 - Switch SslContextFactory.keystoreType from JKS to PKCS12.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the default implementation in Java is now
PKCS12
, perhaps with Jetty 10 we should switch our defaults over toPKCS12
as well, retiring theJKS
default in SslContextFactory.The text was updated successfully, but these errors were encountered: