These are the known issues for Key Storage Provider (KSP) for AWS CloudHSM.
Issue: Verification of a certificate store fails
When using Client SDK versions 5.14 and 5.15, calling certutil -store my CERTIFICATE_SERIAL_NUMBER
throws the following error:
ERROR: Could not verify certificate public key against private key
-
Impact: You cannot use
certutil
to validate a certificate store created with Client SDK 5. -
Workaround: Validate the key pair associated with the certificate by signing a file using the private key and verifying the signature using the public key. This can be done using Microsoft SignTool by following the steps provided here.
-
Resolution Status: We're working to add support for verifying certificates using
certutil
. The fix will be announced on the version history page once available.