Skip to content

Commit 4383990

Browse files
Merge pull request #246702 from JackStromberg/patch-133
mTLS trusted client CA certificate limit increase
2 parents d1180b1 + 308b31f commit 4383990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/application-gateway/mutual-authentication-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article is an overview of mutual authentication on Application
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
7-
ms.date: 12/21/2022
7+
ms.date: 07/29/2023
88
ms.topic: conceptual
99
ms.author: greglin
1010

@@ -29,7 +29,7 @@ If you're uploading a certificate chain with root CA and intermediate CA certifi
2929
> [!IMPORTANT]
3030
> Make sure you upload the entire trusted client CA certificate chain to the Application Gateway when using mutual authentication.
3131
32-
Each SSL profile can support up to five trusted client CA certificate chains.
32+
Each SSL profile can support up to 100 trusted client CA certificate chains. A single Application Gateway can support a total of 200 trusted client CA certificate chains.
3333

3434
> [!NOTE]
3535
> Mutual authentication is only available on Standard_v2 and WAF_v2 SKUs.

includes/application-gateway-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: greg-lindsay
33
ms.service: application-gateway
44
ms.topic: include
5-
ms.date: 10/19/2022
5+
ms.date: 07/29/2023
66
ms.author: greglin
77
---
88
| Resource | Limit | Note |
@@ -19,7 +19,7 @@ ms.author: greglin
1919
| SSL certificates |100<sup>1</sup> |1 per HTTP listener |
2020
| Maximum SSL certificate size |V1 SKU - 10 KB<br>V2 SKU - 16 KB| |
2121
| Maximum trusted client CA certificate size | 25 KB| 25 KB is the maximum aggregated size of root and intermediate certificates contained in an uploaded pem or cer file. |
22-
| Maximum trusted client CA certificate chains | 5 | |
22+
| Maximum trusted client CA certificate chains | 100 per SSL Profile | 200 total per Application Gateway |
2323
| Authentication certificates |100 | |
2424
| Trusted root certificates |100 | |
2525
| Request timeout minimum |1 second | |

0 commit comments

Comments
 (0)