To interact with vHSM you can use the enclaive vHSM CLI. The vHSM is also compatible with the Hashicorp CLI.
The CLI is available via the vHSM server and run on any Linux distribution.
Ubuntu/Debian
Update the package manager and install GPG and wget.
sudo apt update && sudo apt install wget
Fedora
Install wget to download the CLI
sudo dnf install -y wget
Download the CLI
wget https://vhsm.enclaive.cloud/static/vhsm
To ensure easy compatibility, enclaive vHSM inntegrates seamlessly with the HashiCorp Vault CLI. Follow the instructions in the Official Packaging Guide to install the HashiCorp GPG key, verify the key's fingerprint, and install Vault.
Ubuntu/Debian
Update the package manager and install GPG and wget.