-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
PKCS11 in Fabric 2.2.x doesn't support MSPs with CA certificates that included RSA public keys #4127
Comments
@marianothiago Thanks for fixing in release-2.2. Have you checked whether updates are needed in main and release-2.5? It looks like the code structure is different in those branches. Depending on your answer, we could close this issue as complete or suggest updates in main and release-2.5. Note that most production users will be updating from v2.2.x to v2.5.x since it is the latest LTS release. |
@denyeart Thanks for help. I ran several tests on version 2.5.0, including organizations that have MSP certificates using RSA in their chain, and it worked great, as expected. |
ok, closing. |
When starting the peer on fabric 2.2.9 with HSM (PKCS11), the following error message is being displayed:
"Certificate's public key type not recognized. Supported keys: [ECDSA]
To fix this bug, a pull request was requested
#4128
The text was updated successfully, but these errors were encountered: