Skip to content

Commit

Permalink
IIS / SSL Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc authored Jan 21, 2020
1 parent 03bc62a commit 6d55cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d55cc9

Please sign in to comment.