kubernetes/test/e2e/testing-manifests/auth/encrypt/softhsm-config.json
Anish Ramasekar 2f5708833a
[KMSv2] pkcs11 reference implementation using SoftHSM
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-09-29 16:57:26 +00:00

5 lines
103 B
JSON

{
"path": "/usr/lib/softhsm/libsofthsm2.so",
"tokenLabel": "kms-test",
"pin": "kms-test"
}