Replies: 1 comment
-
If it's a signature using the CAs private key, i.e. issuing a certificate or CRL the HSM is most definitely invoked. There is no other way, EJBCA doesn't have any access to the private key and can not make anything without using the HSM. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm using the EJBCA Community Edition and have noticed that the HSM is not invoked for every signing request. However, the signed data is still returned correctly to the client.
Could someone explain what mechanism EJBCA employs in this case? Is it caching key handles, utilizing session-based signing, or applying some other optimization?
Also, is this behavior secure and in line with best practices for cryptographic key usage?
Beta Was this translation helpful? Give feedback.
All reactions