verify

Verifies an attestation report for a specific workload using the vHSM server.

Usage

vhsm nitride attestation verify <workload> report=@<report_file> [flags]
  • <workload>: The UUID of the workload attestation to verify against.

  • report=@<report_file>: Path to the attestation report file to verify (the file must exist).

Flags

Example

Verify an attestation report for a workload:

vhsm nitride attestation verify 39547c1c-2139-402d-a532-2a352c55106c [email protected]

Output is similar to :

Additional Example

Verify an attestation report for a workload and display the result in JSON format:

Output is similar to:

Last updated

Was this helpful?