You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/ssl-certificate-management.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Listener SSL certificate management in Application Gateway
2
+
title: Listener TLS certificate management in Application Gateway
3
3
description: Understand listener certificate management through portal.
4
4
services: application-gateway
5
5
author: jaesoni
@@ -9,20 +9,23 @@ ms.date: 03/01/2023
9
9
ms.author: jaysoni
10
10
---
11
11
12
-
# SSL certificate management for listeners
12
+
# TLS certificates management for listeners
13
13
14
-
Listener SSL certificates in Application Gateway are used for terminating client TLS connection at the gateway. This function is analogous to uploading a certificate on a web server to support TLS/HTTPS connections from clients/browsers.
14
+
Listener TLS/SSL certificates in Application Gateway are used for terminating client TLS connection at the gateway. This function is analogous to uploading a certificate on a web server to support TLS/HTTPS connections from clients/browsers.
15
15
16
-
## SSL Certificate structure
16
+
## TLS Certificate structure
17
17
18
-
The SSL certificates on application gateway are stored in local certificate objects or containers. This certificate container’s reference is then supplied to listeners to support TLS connections for clients. Refer to this illustration for better understanding.
18
+
The TLS/SSL certificates on application gateway are stored in local certificate objects or containers. This certificate container’s reference is then supplied to listeners to support TLS connections for clients. Refer to this illustration for better understanding.
19
19
20
20

21
21
22
22
Here is a sample application gateway configuration. The SSLCertificates property includes certificate object “contoso-agw-cert" linked to a key vault. The “listener1” references that certificate object.
23
23
24
24
## Understanding the portal section (Preview)
25
-
25
+
26
+
> [!IMPORTANT]
27
+
> The **TLS certificate for Listeners** (TLS termination/End-to-end TLS) is a **Generally available** feature. Only its Portal management experience ([released in March 2023](https://azure.microsoft.com/updates/public-preview-listener-tls-certificates-management-available-in-the-azure-portal/)) is referred to as Preview.
28
+
26
29
### Listener SSL certificates
27
30
28
31
This section allows you to list all the SSL certificate objects that are present on your application gateway. This view is equivalent of running PowerShell command `Get-AzApplicationGatewaySslCertificate -ApplicationGateway $AppGW` or CLI command `az network application-gateway ssl-cert list --gateway-name --resource-group`.
0 commit comments