verify
Verifies an attestation report for a specific workload using the vHSM server.
Note:
The command verifies the provided attestation report against the specified workload using the vHSM server.
The
@report.jsonsyntax means the file is read and its contents are used for verification.Use the -format flag to specify the output format (e.g., json, yaml, table, pretty).
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?