From 65929f679f8276c6a59e0b80b55de55c72f5da40 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 18 Jul 2017 16:01:43 -0600 Subject: [PATCH] Update enforcing-ssl.md --- aspnetcore/security/enforcing-ssl.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index bb0472a8b9..039f3f2007 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -14,6 +14,8 @@ uid: security/enforcing-ssl --- # Enforcing SSL in an ASP.NET Core app +By [Rick Anderson](https://twitter.com/RickAndMSFT) + This document shows how to: - Require SSL for all requests (HTTPS requests only). @@ -43,4 +45,4 @@ Requiring HTTPS globally (`options.Filters.Add(new RequireHttpsAttribute());`) i * Check **Enable SSL** * Copy the SSL URL and paste it into the **App URL** -![Debug tab of web application properties](enforcing-ssl/_static/ssl.png) \ No newline at end of file +![Debug tab of web application properties](enforcing-ssl/_static/ssl.png)