Skip to content

Commit 31081c1

Browse files
authored
update key requirements in container-registry-tutorial-sign-trusted-ca.md
1 parent 68441a8 commit 31081c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/container-registry/container-registry-tutorial-sign-trusted-ca.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Here are the requirements for certificates issued by a CA:
136136
- Extended Key Usages (EKUs) must be empty or `1.3.6.1.5.5.7.3.3` (for Codesigning).
137137
- Key properties:
138138
- The `exportable` property must be set to `false`.
139+
- The `contentType` should be set to `application/x-pem-file` for better integration with [Image Integrity Policy](https://learn.microsoft.com/en-us/azure/aks/image-integrity?tabs=azure-cli)
139140
- Select a supported key type and size from the [Notary Project specification](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/signature-specification.md#algorithm-selection).
140141

141142
> [!NOTE]
@@ -323,4 +324,4 @@ To import the certificate:
323324
324325
See [Use Image Integrity to validate signed images before deploying them to your Azure Kubernetes Service (AKS) clusters (Preview)](/azure/aks/image-integrity?tabs=azure-cli) and [Ratify on Azure](https://ratify.dev/docs/1.0/quickstarts/ratify-on-azure/) to get started into verifying and auditing signed images before deploying them on AKS.
325326
326-
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/
327+
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/

0 commit comments

Comments
 (0)