Install the CLI
Installing the CLI
To interact with vHSM, use the enclaive vHSM CLI or HashiCorp Vault CLI
Download the CLI from the vHSM server
Ubuntu/Debian/Fedora/RHEL
wget https://vhsm.enclaive.cloud/static/vhsmPlease 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.
sudo apt update && sudo apt install gpg wgetDownload the keyring
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpgVerify the keyring
gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprintAdd the HashiCorp repository.
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.listInstall Vault.
sudo apt update && sudo apt install vaultFedora
Install
dnf config-managerto manage your repositories.
sudo dnf install -y dnf-plugins-coreUse
dnf config-managerto add the official HashiCorp Linux repository.
sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repoInstall Vault.
Amazon Linux
Install
yum-config-managerto manage your repositories.
Use
yum-config-managerto add the official HashiCorp Linux repository.
Install Vault.
Next
Once you have Nitride and the CLI installed, move on with the Nitride workload identity management service configuration.
Last updated
Was this helpful?