From 6d55cc90051832c23a63cbbed7fd2c5dae42b2ce Mon Sep 17 00:00:00 2001 From: Keith Date: Tue, 21 Jan 2020 16:08:53 -0700 Subject: [PATCH] IIS / SSL Tips --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 772ee7760..ff2c7e66a 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Complete all Blazor dependencies. ## Publish on IIS - What works for me on my Windows Server 2016 & SQL Server 2014 (Enkodellc) 1. Publish BlazorBoilerplate.Server project to your IIS website folder using CSB or SSB. -2. Install your SSL, use self-signed if you don't have one. Make sure your SSL is in the WebHosting Certificate Store. -4. Make sure you IIS Website Bindings has an https type with the SSL certificate set. Port 443 for default. -3. Configure your appsettings.production.config - Connection String, Thumbprint / SSL. Thumbprint example: **143fbd7bc36e78b1bcf9a53c13336eaebe33353a** +2. Install your SSL, use self-signed if you don't have one. Make sure your SSL is in the **WebHosting** Certificate Store. +4. Configure your IIS Website Bindings to have https binding with the SSL certificate set and Port 443 for default. +3. Configure / create appsettings.production.config. Set Connection String, Thumbprint / SSL. Thumbprint example: **143fbd7bc36e78b1bcf9a53c13336eaebe33353a** 4. Login with either the user **[user | user123]** or admin **[admin | admin123]** default accounts. ### Thanks To