Skip to content

Commit ad59116

Browse files
committed
added ssl cert note
1 parent abacd9c commit ad59116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/application-gateway/ssl-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Application Gateway supports SSL termination at the gateway, after which traffic
2424

2525
To configure SSL termination, an SSL certificate is required to be added to the listener to enable the application gateway to derive a symmetric key as per SSL protocol specification. The symmetric key is then used to encrypt and decrypt the traffic sent to the gateway. The SSL certificate needs to be in Personal Information Exchange (PFX) format. This file format allows you to export the private key that is required by the application gateway to perform the encryption and decryption of traffic.
2626

27+
> [!IMPORTANT]
28+
> Please note that the certificate on the listener requires the entire certificate chain to be uploaded.
29+
30+
2731
> [!NOTE]
2832
>
2933
> Application gateway does not provide any capability to create a new certificate or send a certificate request to a certification authority.

0 commit comments

Comments
 (0)