Create Attestation
Learn to create an attestation profile in vHSM using the CLI to enable trusted workload execution based on identity and access policies.
Creating attestation
Create a
attestation.jsonfile that defines how vHSM verifies identities and applies the policy.
{
"name": "basic-attestation",
"policy": "nitride-policy"
}Where:
Field
Description
name
Logical name of the attestation profile
policy
The policy to apply after successful attestation
Create the attestation profile:
vhsm nitride attestation create @attestation.jsonExample output:
Check that the attestation profile exists:
View details of the profile:
4. Verify if the attestation was successful.
Note: If the workload in not linked to any attestation provider then you can specify the provider as local-none-debug .
The output is similar to:
Last updated
Was this helpful?