Exporting a CA Generated with ECC Keys #838
Unanswered
aaalongueira
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What you have to ensure is that your "keyEncryptKey" of the CA is an RSA key. I believe that's what it's complaining about. It's not about the CAs signing key. Are you using key recovery? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, Tomas! I was not aware of the "Key Recovery" option in EJBCA. On the other hand, all the keys in the CA are ECC:
Does this mean that I cannot export this CA because the "keyEncryptKey" is not RSA? What is the reason behind such behaviour? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am trying to export a CA to obtain the P12 file cointaining its private key. This CA uses the ECC keys generated in a Crypto Token that is configured to allow the export of private keys.
I am following the instructions provided in the EJBCA Documentation. But when I click on the "Export CA keystore..." button, y get the error:
Key encryption key must be set to RSA key to allow key export.
Nevertheless, when I triedthe same test with a CA that uses an RSA Crypto Token, the export operation is performed without any issue.
Does this mean that only CAs using RSA keys can be exported?
Beta Was this translation helpful? Give feedback.
All reactions