-
Notifications
You must be signed in to change notification settings - Fork 57
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
Error: Signing algorithm not matched with key algorithm #46
Comments
@svenamaysim Can you provide some details of what version you are using 2.x or 3.x what are the values in the partnership table for the signing algorithm? On the login screen jentrata has a version number can you also provide that. Mostly interested in the git sha value. |
Hi @aaronwalker - We have the version (3.x-SNAPSHOT - buildNu) |
DB Contents from CPA upload: |
@svenamaysim how did you generate the signing keystore that is being used by jentrata? here is the default location of the signing keystore |
hi @aaronwalker, it was generated using the command below:
cc @svenamaysim |
We are creating our keys for message signing with
keytool -genkeypair -keyalg RSA -sigalg SHA256withRSA
The CPA contains
<tp:SignatureAlgorithm>SHA256withRSA</tp:SignatureAlgorithm>
This leads to an error:
Message: Signing algorithm not matched with key algorithm, actual key algorithum:RSA expect algorithum: SHA256withRSA
Due to the PKISignatureImpl.java which is called by OutboxTask.java
The text was updated successfully, but these errors were encountered: