Skip to content

Commit a8be85e

Browse files
authored
Small grammatical changes
1 parent 689302b commit a8be85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/security/fundamentals/trusted-hardware-identity-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To retrieve the certificate, you must install the [Azure DCAP library](#what-is-
5151

5252
### How do I request collateral in a Confidential Virtual Machine (CVM)?
5353

54-
Use the following sample in a CVM guest for requesting AMD collateral that includes the VCEK certificate and certificate chain. For details on this collateral and where it originates from, see [Versioned Chip Endorsement Key (VCEK) Certificate and KDS Interface Specification](https://www.amd.com/system/files/TechDocs/57230.pdf) (from <amd.com>).
54+
Use the following sample in a CVM guest for requesting AMD collateral that includes the VCEK certificate and certificate chain. For details on this collateral and where it originates from, see [Versioned Chip Endorsement Key (VCEK) Certificate and KDS Interface Specification](https://www.amd.com/system/files/TechDocs/57230.pdf).
5555

5656
#### URI parameters
5757

@@ -116,7 +116,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
116116
|--|--|--|--|--|
117117
| aks-nodepool1-31718369-0 | Ready | agent | 6m44s | v1.12.8 |
118118
119-
2. Once the AKS cluster is created, create a curl.yaml file with the following content. It defines a job that runs a curl container to fetch AMD collateral from the THIM endpoint. For more information about Kubernetes Jobs, please visit HERE.
119+
2. Once the AKS cluster is created, create a curl.yaml file with the following content. It defines a job that runs a curl container to fetch AMD collateral from the THIM endpoint. For more information about Kubernetes Jobs, please see [here](https://kubernetes.io/docs/concepts/workloads/controllers/job/).
120120
121121
**curl.yaml**
122122
```bash

0 commit comments

Comments
 (0)