-
Notifications
You must be signed in to change notification settings - Fork 278
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
Export pk8 file from keystore #274
Comments
I just checked, still couldn't find how to export in pk8 format. Need to get a certificate.pem and key.pk8, |
The section in the manual is called "To export a Key Pair's private key as PKCS #8". Here is a short extract:
|
@kaikramer Thank you. I tried this before and didn't export it because the extension didn't automatically change from pcks8 to pk8. I noticed extensions changing automatically when I selected other options. But here, it remained the same. :) Hope that can be polished. |
Ah, now I understand... The file extension has no effect or meaning for PKCS#8 files, however. There is no commonly accepted standard or best practice for naming PKCS#8 files. You can name the file however you like. In the linked guide What matters is the actual format of the file content and KSE produces the same output format as OpenSSL. Anyway, any user feedback is appreciated! |
Oh I see, I saw many formats too for certificates and key files. It will be confusing for beginners. To reduce the confusion, what about a dropdown list to choose among known formats? This would make us understand that it can be saved in various formats. |
Is your feature request related to a problem? Please describe.
Can't export private key in pk8 format
Describe the solution you'd like
An option to export private key in pk8 format
Describe alternatives you've considered
I used openssl to generate it
The text was updated successfully, but these errors were encountered: