The command manages workload attestation in the vHSM system. It supports both local and remote attestation.
vhsm nitride attestation <subcommand> [options]
create @values.json: Create a new workload attestation configuration
create @values.json
read $workload: Read details of a specific workload attestation
read $workload
update @values.json: Update an existing workload attestation configuration
update @values.json
delete $workload: Delete a specific workload attestation
delete $workload
list: List all workload attestations
list
dump: Dump attestation data
dump
local [email protected] nonce=$nonce @policy.json: Perform local attestation verification
local [email protected] nonce=$nonce @policy.json
report $workload: Generate or verify attestation reports for a workload
report $workload
nonce $workload: Generate a nonce for attestation
nonce $workload
generate $nonce: Generate attestation locally
generate $nonce
verify $workload [email protected] Verify an attestation report
verify $workload [email protected]
Learn more about the subcommands
create
delete
generate
local
nonce
read
update
verify
Last updated 6 months ago
Was this helpful?