Skip to content

Commit a7118b0

Browse files
Merge pull request #227375 from greg-lindsay/upd
PR 56119
2 parents 4c5344f + c86e428 commit a7118b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: troubleshooting
8-
ms.date: 09/13/2022
8+
ms.date: 02/14/2023
99
ms.author: greglin
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -240,8 +240,8 @@ Learn more about [Application Gateway probe matching](./application-gateway-prob
240240

241241
1. Sign in to the machine where your application is hosted.
242242
2. Select Win+R or right-click the **Start** button, and then select **Run**.
243-
3. Enter `certmgr.msc` and select Enter. You can also search for Certificate Manager on the **Start** menu.
244-
4. Locate the certificate, typically in `\Certificates - Current User\\Personal\\Certificates\`, and open it.
243+
3. Enter `certlm.msc` and select Enter. You can also search for Certificate Manager on the **Start** menu.
244+
4. Locate the certificate, typically in `Certificates - Local Computer\Personal\Certificates`, and open it.
245245
5. Select the root certificate and then select **View Certificate**.
246246
6. In the Certificate properties, select the **Details** tab.
247247
7. On the **Details** tab, select the **Copy to File** option and save the file in the Base-64 encoded X.509 (.CER) format.
@@ -317,8 +317,8 @@ For Windows:
317317

318318
1. Sign in to the machine where your application is hosted.
319319
2. Select Win+R or right-click the **Start** button and select **Run**.
320-
3. Enter **certmgr.msc** and select Enter. You can also search for Certificate Manager on the **Start** menu.
321-
4. Locate the certificate (typically in `\Certificates - Current User\\Personal\\Certificates`), and open the certificate.
320+
3. Enter **certlm.msc** and select Enter. You can also search for Certificate Manager on the **Start** menu.
321+
4. Locate the certificate (typically in `Certificates - Local Computer\Personal\Certificates`), and open the certificate.
322322
5. On the **Details** tab, check the certificate **Subject**.
323323
6. Verify the CN of the certificate from the details and enter the same in the host name field of the custom probe or in the HTTP settings (if **Pick hostname from backend HTTP settings** is selected). If that's not the desired host name for your website, you must get a certificate for that domain or enter the correct host name in the custom probe or HTTP setting configuration.
324324

0 commit comments

Comments
 (0)