vhsm pki
Learn to manage and interact with the PKI Secrets Engine in vHSM server.
This command allows you to manage and interact with the PKI Secrets Engine in vHSM. It includes functionalities such as checking PKI mount health, issuing certificates, verifying signatures, and managing certificate chains.
Usage
vhsm pki <subcommand> [options] [args]
The vhsm pki
command provides subcommands for interacting with vHSM’s PKI Secrets Engine.
For detailed usage of each subcommand, use:
vhsm pki <subcommand> --help
Examples
Check the health of a PKI mount:
vhsm pki health-check pki
Subcommands
Checks the health and operational status of a PKI Secrets Engine mount.
Generates an issuer on a specified mount using a parent certificate and generation parameters.
Determines which certificates in a list were issued by a given parent certificate.
Creates a new issuer on a child mount using a parent certificate and a template certificate.
Checks whether one certificate validates another specified certificate.
Last updated
Was this helpful?