Skip to content

Commit cadf16e

Browse files
Merge pull request #248328 from simranparkhe/simranparkhe-patch-1-4
Update how-to-leverage-virtual-tpms-in-azure-confidential-vms.md
2 parents 7e60b9a + a45c63c commit cadf16e

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)