Replies: 1 comment
-
Could be that the HSM does not support that PKCS#11 mechanism (i.e. CKM_RSA_PKCS?) or that Java (SunPKCS11 no longer does?). If you find the out something let us know. |
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.
-
We bought a Nitrokey HSM 2.
We put a SignServer instance in front of it.
Now I wanted to get signing with client-side hash computation working to minimize network traffic and work the HSM has to do.
With a PKCS#12 file and according worker this works fine.
But if I try to do the same with the PKCS#11 worker for the HSM and the
NONEwithRSA
algorithm, I get an error saying “No such algorithm: RSA/ECB/PKCS1Padding”.Is this not supported using Nitrokey HSM 2?
Beta Was this translation helpful? Give feedback.
All reactions