-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add support for the Java root store #1
Comments
An alternative to downloading the full JRE/JDK distribution is parsing the file in the OpenJDK Mercurial repository: http://hg.openjdk.java.net/jdk/jdk/file/tip/src/java.base/share/lib/security/cacerts This information is derived from:
Please note that OpenJDK an Oracle JDK are two different implementations of the same Java specification. They should be identical. To play it safe it might make sense to treat Oracle JDK and OpenJDK as having two different CA stores and eventually add support for both of them. |
Thanks for the details and I agree that they should be treated separately; the JEP says that
Hence the content of the stores will be different for sure. |
Implemented in #7 |
This would require:
The text was updated successfully, but these errors were encountered: