Skip to content

Commit 6d4ebf6

Browse files
Incorporated the review feedback and updated ms.date.
1 parent c4e6fd6 commit 6d4ebf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 05/31/2024
8+
ms.date: 06/13/2024
99
ms.author: cshoe
1010
---
1111

@@ -15,13 +15,13 @@ Azure Container Apps supports client certificate authentication (also known as m
1515

1616
When client certificates are used, the TLS certificates are exchanged between the client and your container app to authenticate identity and encrypt traffic. Client certificates are often used in "zero trust" security models to authorize client access within an organization.
1717

18-
For example, you want to require a client certificate for a container app that manages sensitive data.
18+
For example, you might want to require a client certificate for a container app that manages sensitive data.
1919

2020
Container Apps accepts client certificates in the PKCS12 format are that issued by a trusted certificate authority (CA), or are self-signed.
2121

2222
## Configure client certificate authorization
2323

24-
To configure support of client certificates, set the `clientCertificateMode` property in your container app template.
24+
To configure support for client certificates, set the `clientCertificateMode` property in your container app template.
2525

2626
The property can be set to one of the following values:
2727

0 commit comments

Comments
 (0)