Skip to content

Commit c5e8540

Browse files
Merge pull request #234037 from jaesoni/list-mgmt-preview
Clarification about what's in preview
2 parents e6f9be4 + f6b0313 commit c5e8540

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/application-gateway/ssl-certificate-management.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Listener SSL certificate management in Application Gateway
2+
title: Listener TLS certificate management in Application Gateway
33
description: Understand listener certificate management through portal.
44
services: application-gateway
55
author: jaesoni
@@ -9,20 +9,23 @@ ms.date: 03/01/2023
99
ms.author: jaysoni
1010
---
1111

12-
# SSL certificate management for listeners
12+
# TLS certificates management for listeners
1313

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.
1515

16-
## SSL Certificate structure
16+
## TLS Certificate structure
1717

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.
1919

2020
![Diagram that shows how certficates are linked to a listener.](media/ssl-certificate-management/cert-reference.png)
2121

2222
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.
2323

2424
## 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+
2629
### Listener SSL certificates
2730

2831
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

Comments
 (0)