After configuring vHSM with Utimaco u.trust GP HSM you can test the integration by viewing the secrets, enabling the Secrets Engine, seal wrapping the secret data, and retrieving the secret data.
-
View the current secrets and the default locations.
›_ Console
# vhsm secrets list
-
Enable the KV engine.
›_ Console
# vhsm secrets enable -version=1 kv
-
View the details of the Secrets Engine that you enabled.
›_ Console
# vhsm secrets list -detailed
-
To test the seal wrap feature, add secret data to the key/value storage of vHSM.›_ Console
# vhsm kv put kv/opt/vhsm/secret key=test_secret
-
Retrieve the secret data from vHSM storage.
›_ Console
# vhsm kv get kv/opt/vhsm/secret