Skip to content

Commit 694e8b2

Browse files
authored
Update how-to-leverage-virtual-tpms-in-azure-confidential-vms.md
explaining what IMDS is
1 parent f8b7956 commit 694e8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-computing/how-to-leverage-virtual-tpms-in-azure-confidential-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ These steps list out which artifacts you need and how to get them:
4747

4848
The AMD Versioned Chip Endorsement Key (VCEK) is used to sign the AMD SEV-SNP report. The VCEK certificate allows you to verify that the report was signed by a genuine AMD CPU key. There are two ways retrieve the certificate:
4949

50-
a. Obtain the VCEK certificate by running the following command – it obtains the cert from a well-known IMDS endpoint:
50+
a. Obtain the VCEK certificate by running the following command – it obtains the cert from a well-known [Azure Instance Metadata Service](/azure/virtual-machines/instance-metadata-service) (IMDS) endpoint:
5151
```bash
5252
curl -H Metadata:true http://169.254.169.254/metadata/THIM/amd/certification > vcek
5353
cat ./vcek | jq -r '.vcekCert , .certificateChain' > ./vcek.pem

0 commit comments

Comments
 (0)