Skip to content

Commit f877b77

Browse files
Merge pull request #262963 from susanshi/susanshi-pemCA
update key requirements in container-registry-tutorial-sign-trusted-c…
2 parents 0c388b9 + 2189eec commit f877b77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ Here are the requirements for certificates issued by a CA:
138138
- The `exportable` property must be set to `false`.
139139
- 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).
140140

141+
> [!IMPORTANT]
142+
> To ensure successful integration with [Image Integrity](/azure/aks/image-integrity), the content type of certificate should be set to PEM.
143+
141144
> [!NOTE]
142145
> This guide uses version 1.0.1 of the AKV plugin. Prior versions of the plugin had a limitation that required a specific certificate order in a certificate chain. Version 1.0.1 of the plugin does not have this limitation so it is recommended that you use version 1.0.1 or later.
143146

@@ -323,4 +326,4 @@ To import the certificate:
323326
324327
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.
325328
326-
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/
329+
[terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/

0 commit comments

Comments
 (0)