You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct way to do this is probably using pkcs11js. GCP provides a PKCS11 module for this purpose. node-signpdf would need a "signer-p11". I'd take a crack at a PR, but... my use case has a cloud-based Entrust HSM with our Edwards curve key on it - which is not supported by current version of pkcs11js that implements version 2.4 of the standard. Edwards curve keys are in the 3.0 version, so no help for me until this issue is addressed.
I was wondering if anyone has an example of using this lib with GCP KMS?
The text was updated successfully, but these errors were encountered: