From ff14d2c4fdde6c526e0ac7dabb21ab2358f0cf82 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 4 May 2018 14:34:43 -1000 Subject: [PATCH] Update enforcing-ssl.md (#6223) --- aspnetcore/security/enforcing-ssl.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index 5fb5a1cf4e..45fa0f7114 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -122,4 +122,11 @@ dotnet new razor --no-https ------ -::: moniker-end \ No newline at end of file +::: moniker-end + +::: moniker range=">= aspnetcore-2.1" +## How to setup a developer certificate for Docker + +See [this GitHub issue](https://github.com/aspnet/Docs/issues/6199). + +::: moniker-end