generate
Generates an attestation report locally for a given nonce.
Note:
The
-provider
flag is required and must be specified before thegenerate
subcommand.The generated report can be used for local or remote attestation verification.
Usage
vhsm nitride attestation -provider=<provider> generate <nonce> [flags]
-provider=<provider>
: The provider to use for attestation (required).<nonce>
: The nonce value to use for generating the attestation report.
Flags
Example
Generate an attestation report and save it to a file:
vhsm nitride attestation -provider=local-none-debug generate 7f8e2c1a-4b2e-4c1b-9e2a-1a2b3c4d5e6f > report.json
Last updated
Was this helpful?