Skip to content

Commit 1827159

Browse files
Merge pull request #219669 from AbdullahBell/App-Gateway-Cert-Freshness
Application Gateway: Generate an Azure Application Gateway self-signed certificate with a custom root CA | Freshness
2 parents ca869b3 + 24f93d6 commit 1827159

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
-20.6 KB
Loading

articles/application-gateway/self-signed-certificates.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 07/23/2019
9+
ms.date: 11/28/2022
1010
ms.author: greglin
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -180,10 +180,9 @@ To upload the certificate in Application Gateway, you must export the .crt certi
180180

181181
### Azure portal
182182

183-
To upload the trusted root certificate from the portal, select the **HTTP Settings** and choose the **HTTPS** protocol.
184-
185-
![Add a certificate using the portal](media/self-signed-certificates/portal-cert.png)
183+
To upload the trusted root certificate from the portal, select the **Backend Settings** and select **HTTPS** in the **Backend protocol**.
186184

185+
:::image type="content" source="./media/self-signed-certificates/portal-cert.png" alt-text="Screenshot of adding a certificate using the portal.":::
187186
### Azure PowerShell
188187

189188
Or, you can use Azure CLI or Azure PowerShell to upload the root certificate. The following code is an Azure PowerShell sample.

0 commit comments

Comments
 (0)