From 4546b10a84afb86d3b46d281b1956f06ed8b3298 Mon Sep 17 00:00:00 2001 From: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Date: Thu, 10 Mar 2022 12:54:59 +0000 Subject: [PATCH] Link to Kestrel Endpoints from Enforce HTTPS (#25280) --- aspnetcore/security/enforcing-ssl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index 260046ae3b..05ef188633 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -5,7 +5,7 @@ description: Learn how to require HTTPS/TLS in an ASP.NET Core web app. ms.author: riande monikerRange: '>= aspnetcore-3.0' ms.custom: mvc -ms.date: 11/06/2021 +ms.date: 03/10/2022 no-loc: ["Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: security/enforcing-ssl --- @@ -490,6 +490,7 @@ In some cases, group policy may prevent self-signed certificates from being trus * [Host ASP.NET Core on Linux with Apache: HTTPS configuration](xref:host-and-deploy/linux-apache#https-configuration) * [Host ASP.NET Core on Linux with Nginx: HTTPS configuration](xref:host-and-deploy/linux-nginx#https-configuration) * [How to Set Up SSL on IIS](/iis/manage/configuring-security/how-to-set-up-ssl-on-iis) +* * [OWASP HSTS browser support](https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet#Browser_Support) :::moniker-end