-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support JKS stores #131
Comments
I think your example shows the opposite of what the first line of your message says? It appears to be dumping the JCEKS file, and not the JKS file. We implemented the JCEKS and JKS formats ourself, so it's certainly possible this is buggy. We don't really use JKS files, so I'm not sure how much testing it's gotten (the jks/jceks code was written for another project, some years ago). Maybe we should remove language claiming JKS support until we've actually tested it. |
Oops. Fixed the first sentence. |
Remove from README: #134 |
Copying a comment from #134:
In particular we don't support the old "password protection" algorithm. I've been looking at PyJKS and it looks straightforward to support. |
The documentation indicates that certigo supports both JKS and JCEKS keystore files, but it appears to only support JCEKS files:
By contrast, if I convert the same keystore into a JCEKS file:
I created the keystore files using the version of
keytool
provided with Java 1.8u112:If you want to test with the keystore files I generated here, I've attached them in this zip file.
The text was updated successfully, but these errors were encountered: