Attestation Verification Commands
verify quote
secretvm-cli verify quote --quote-file <file with quote> verify workload
secretvm-cli verify workload --quote-file <quote.txt> \--docker-compose <compose.yaml>"workloadResult": {
"status": "<success|failure>",
"message": "Docker workload matches attestation",
"vm_type": "<small|medium|large etc.>",
"artifacts_ver": "v0.0.25",
"environment": <prod or dev>,
"rtmr3": "<value of RTMR3",
"dockerFilesSha256Used": "<hash of docker files archive if present",
"arfifactsLink": "<link to the VM artifacts>"
}verify proof-of-cloud
Last updated
Was this helpful?