vhsm transit
Learn to manage vHSM's Transit secrets engine
The vhsm transit
command manages interactions with vHSM's Transit Secrets Engine, including importing and updating encryption keys.
Usage
Option flags for a given subcommand must be provided after the subcommand but before the arguments.
Subcommands
import
Imports a new encryption key into vHSM via the Transit BYOK mechanism. Fails if the key already exists.
import-version
Updates an existing key with a new version of the key material.
Example 1: Import a new RSA key into Transit
Output
Example 2: Import a new version of an existing key
Output
Options
PATH
The path to the transit key to import. Format: <mount>/keys/<key-name>
. Use -namespace=<ns>
to specify a namespace.
KEY
The key material to import, encoded in Standard Base64. If KEY
begins with @
, it is treated as a file path on disk.
This command does not have any unique flags and follows standard vHSM CLI conventions. Use vhsm transit import -help
for additional details.
Last updated
Was this helpful?