From d5670739a48ef0580512efc83f4c28ce26cb47d5 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 6 Feb 2020 20:11:33 -1000 Subject: [PATCH] Update enforcing-ssl.md --- aspnetcore/security/enforcing-ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index 13a168ddc2..6cb8c6b27d 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -415,7 +415,7 @@ See [HTTPS Error using IIS Express (dotnet/AspNetCore #16892)](https://github.co ### IIS Express SSL certificate used with Visual Studio -To fix problems with the IIS Express certificate, select **Repair** from the Visual Studio installer. +To fix problems with the IIS Express certificate, select **Repair** from the Visual Studio installer. For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/16892). ## Additional information