Skip to content

Commit 918195a

Browse files
Incorporated the review comments/feedback.
1 parent 25c38dd commit 918195a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/client-certificate-authorization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 06/26/2025
8+
ms.date: 06/30/2025
99
ms.author: cshoe
1010
---
1111

@@ -96,6 +96,7 @@ Hash=<HASH_VALUE>;Cert="-----BEGIN CERTIFICATE-----<CERTIFICATE_VALUE>";Chain="-
9696
### Header field breakdown
9797

9898
| Field | Description | How to Use It |
99+
|---|---|---|
99100
| `Hash` | The SHA-256 thumbprint of the client certificate. | Use the thumbprint to identify or validate the client certificate. |
100101
| `Cert` | The base64-encoded client certificate in PEM format (single certificate). | Parse the certificate to inspect metadata such as subject and issuer. |
101102
| `Chain` | One or more PEM-encoded intermediate certificates. | Provide the intermediate certificates when building a full trust chain for validation. |

0 commit comments

Comments
 (0)