DigiCert and Google KMS signing #208
-
Hello, Asking for help/additional reading link on this seemingly trivial issue.
Adding Authenticode signature to OS.exe java.security.SignatureException: Signature verification failed, the private key doesn't match the certificate The key was created according to the instructions here: https://cloud.google.com/kms/docs/reference/pkcs11-openssl Please advise what can be wrong here. It looks like something really simple is missing in what I am doing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you've generated a RSA-PSS key that may be the issue. You need a PKCS#1 v1.5 one. |
Beta Was this translation helpful? Give feedback.
-
Thank you, we did generate the RSA-PSS key. |
Beta Was this translation helpful? Give feedback.
If you've generated a RSA-PSS key that may be the issue. You need a PKCS#1 v1.5 one.