For the complete documentation index, see llms.txt. This page is also available as Markdown.

dump

Performs local attestation operations without requiring a connection to the vHSM server. Note, report is not verified.

Usage

vhsm nitride attestation -provider=<provider> dump [flags]

Required Flags

  • -provider=<provider> : The attestation provider to use for attestation (required).

Supported Providers

-provider=azure-sev-snp-vtpm

Supports Azure VM family DCas_v5 with AMD SEV-SNP and paravirtualized vTPM-based attestation

-provider=aws-sev-snp-raw

Supports AWS EC2 instances m6a, c6a, and r6a with AMD SEV-SNP and raw attestation.

-provider=gcp-sev-snp-raw

Supports GCP VM family N2D and C2S with AMD SEV-SNP and raw attestation.

Flags


Examples

Dump attestation data with a specific provider:

vhsm nitride attestation -provider=aws-sev-snp-raw dump

Output

Dump attestation data in JSON format:

Output

Dump attestation data with base64 encoding:

Output

Last updated