Skip to content
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

Google Cloud KMS #270

Open
mbrevda opened this issue Sep 10, 2024 · 3 comments
Open

Google Cloud KMS #270

mbrevda opened this issue Sep 10, 2024 · 3 comments

Comments

@mbrevda
Copy link

mbrevda commented Sep 10, 2024

I was wondering if anyone has an example of using this lib with GCP KMS?

@watermelonjam
Copy link

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.

@mbrevda
Copy link
Author

mbrevda commented Sep 20, 2024

If you know how to do this, I'd be happy to discuss it offline to see if there's something we can work out. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mbrevda @watermelonjam and others