decode
Decode and display an attestation report in human-readable format.
vhsm nitride attestation decode <path-or-json>Examples
vhsm nitride attestation decode @attestation.jsonvhsm nitride attestation decode '{"Version":1,"Provider":"sev-snp-raw","Attestation":{...}}'Input format
{
"Version": 1,
"Provider": "sev-snp-raw",
"Attestation": {
"Report": "<base64-encoded-snp-report>",
...
}
}Supported providers
Provider
Description
Output
Last updated
Was this helpful?