Test vHSM Integration with Utimaco u.trust GP HSM

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.

  1. View the current secrets and the default locations.

›_ Console

# vhsm secrets list

tmpivkjykqr.jpg
  1. Enable the KV engine.

›_ Console

# vhsm secrets enable -version=1 kv

tmpo4qhkb05.jpg
  1. View the details of the Secrets Engine that you enabled.

›_ Console

# vhsm secrets list -detailed

tmpatu92rw7.jpg
  1. 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

tmpqd44tspd.jpg
  1. Retrieve the secret data from vHSM storage.

›_ Console

# vhsm kv get kv/opt/vhsm/secret

tmp2rlcprqu.jpg