From 94b02cd04df0e7916c28151eea93a3f81ac8de58 Mon Sep 17 00:00:00 2001 From: Megan Bradley Date: Fri, 18 Oct 2024 16:32:27 -0600 Subject: [PATCH] status --- aspnetcore/fundamentals/servers/httpsys.md | 4 ++-- .../fundamentals/servers/httpsys/includes/httpsys5-7.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnetcore/fundamentals/servers/httpsys.md b/aspnetcore/fundamentals/servers/httpsys.md index 83b6c55d8739..856e7ace8c09 100644 --- a/aspnetcore/fundamentals/servers/httpsys.md +++ b/aspnetcore/fundamentals/servers/httpsys.md @@ -239,7 +239,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj ```xml - 9412ee86-c21b-4eb8-bd89-f650fbf44931 + 00001111-aaaa-2222-bbbb-3333cccc4444 ``` @@ -252,7 +252,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj netsh http add sslcert ipport=10.0.0.4:443 certhash=b66ee04419d4ee37464ab8785ff02449980eae10 - appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}" + appid="{00001111-aaaa-2222-bbbb-3333cccc4444}" ``` When a certificate is registered, the tool responds with `SSL Certificate successfully added`. diff --git a/aspnetcore/fundamentals/servers/httpsys/includes/httpsys5-7.md b/aspnetcore/fundamentals/servers/httpsys/includes/httpsys5-7.md index 3081c7226d38..16c942550c0a 100644 --- a/aspnetcore/fundamentals/servers/httpsys/includes/httpsys5-7.md +++ b/aspnetcore/fundamentals/servers/httpsys/includes/httpsys5-7.md @@ -206,7 +206,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj ```xml - 9412ee86-c21b-4eb8-bd89-f650fbf44931 + 00001111-aaaa-2222-bbbb-3333cccc4444 ``` @@ -219,7 +219,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj netsh http add sslcert ipport=10.0.0.4:443 certhash=b66ee04419d4ee37464ab8785ff02449980eae10 - appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}" + appid="{00001111-aaaa-2222-bbbb-3333cccc4444}" ``` When a certificate is registered, the tool responds with `SSL Certificate successfully added`. @@ -478,7 +478,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj ```xml - 9412ee86-c21b-4eb8-bd89-f650fbf44931 + 00001111-aaaa-2222-bbbb-3333cccc4444 ``` @@ -491,7 +491,7 @@ In Visual Studio, the default launch profile is for IIS Express. To run the proj netsh http add sslcert ipport=10.0.0.4:443 certhash=b66ee04419d4ee37464ab8785ff02449980eae10 - appid="{9412ee86-c21b-4eb8-bd89-f650fbf44931}" + appid="{00001111-aaaa-2222-bbbb-3333cccc4444}" ``` When a certificate is registered, the tool responds with `SSL Certificate successfully added`.