Skip to content

Commit 59ffb1c

Browse files
Merge pull request #217627 from JackStromberg/patch-89
Max client CA certificate size
2 parents 7579fa0 + eeadbc4 commit 59ffb1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Mutual authentication, or client authentication, allows for the Application Gate
2020

2121
Application Gateway supports certificate-based mutual authentication where you can upload a trusted client CA certificate(s) to the Application Gateway, and the gateway will use that certificate to authenticate the client sending a request to the gateway. With the rise in IoT use cases and increased security requirements across industries, mutual authentication provides a way for you to manage and control which clients can talk to your Application Gateway.
2222

23-
To configure mutual authentication, a trusted client CA certificate is required to be uploaded as part of the client authentication portion of an SSL profile. The SSL profile will then need to be associated to a listener in order to complete configuration of mutual authentication. There must always be a root CA certificate in the client certificate that you upload. You can upload a certificate chain as well, but the chain must include a root CA certificate in addition to as many intermediate CA certificates as you'd like.
23+
To configure mutual authentication, a trusted client CA certificate is required to be uploaded as part of the client authentication portion of an SSL profile. The SSL profile will then need to be associated to a listener in order to complete configuration of mutual authentication. There must always be a root CA certificate in the client certificate that you upload. You can upload a certificate chain as well, but the chain must include a root CA certificate in addition to as many intermediate CA certificates as you'd like. The maximum size of each uploaded file must be 25 KB or less.
2424

2525
For example, if your client certificate contains a root CA certificate, multiple intermediate CA certificates, and a leaf certificate, make sure that the root CA certificate and all the intermediate CA certificates are uploaded onto Application Gateway in one file. For more information on how to extract a trusted client CA certificate, see [how to extract trusted client CA certificates](./mutual-authentication-certificate-management.md).
2626

includes/application-gateway-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ms.author: greglin
1818
| Instances per gateway |V1 SKU - 32<br>V2 SKU - 125 | |
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| |
21+
| 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. |
2122
| Authentication certificates |100 | |
2223
| Trusted root certificates |100 | |
2324
| Request timeout minimum |1 second | |

0 commit comments

Comments
 (0)