Install Nitride
Install Nitride and securely integrate it into your environment, ensuring that workloads are verifiably trusted before granting access.
Installing vHSM
docker pull harbor.enclaive.cloud/vhsm/vhsm:latestexport ENCLAIVE_LICENCE=<licence-key>docker run -d --name vhsm-container -p 8200:8200 -p 8201:8201 -e ENCLAIVE_LICENCE="$ENCLAIVE_LICENCE" harbor.enclaive.cloud/vhsm/vhsm:latestdocker psdocker logs vhsm-containerWARNING! dev mode is enabled! In this mode, vHSM runs entirely in-memory and starts unsealed with a single unseal key. The root token is already authenticated to the CLI, so you can immediately begin using Vault. You may need to set the following environment variables: export VAULT_ADDR='http://0.0.0.0:8200' The unseal key and root token are displayed below in case you want to seal/unseal the vHSM or re-authenticate. Unseal Key: pafYkq2uEVve3FW7n7RM6JUK/MWEHzAxvrEdlrb4QD4= Root Token: hvs.7oXsG8t8L198HEpB865FdpFG Development mode should NOT be used in production installations!
Next Step
Last updated
Was this helpful?