CLI

Installing the CLI

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

Last updated

Was this helpful?