usmansaleem / besu-pkcs11-plugin

A Besu security module plugin showcasing PKCS11 with SoftHSM
Apache License 2.0
1 stars 0 forks source link

Can we use this for AWS/Azure cloud hsm ? #12

Open ravinayag opened 3 days ago

ravinayag commented 3 days ago

Hello,

https://github.com/usmansaleem/besu-pkcs11-plugin/blob/main/docker/volumes/config/pkcs11-softhsm.cfg

How can i leverage this plugin for aws/azure cloudhsm ?

usmansaleem commented 2 days ago

Hello,

https://github.com/usmansaleem/besu-pkcs11-plugin/blob/main/docker/volumes/config/pkcs11-softhsm.cfg

How can i leverage this plugin for aws/azure cloudhsm ?

I haven't tested it, however, a quick google suggests:

In theory, it should work as the plugin uses Sun PKCS11 provider implementation to load and connect to PKCS11 libraries.