Skip to content

Commit e1b7399

Browse files
committed
Adding the extra information about the new lets encrypt and https upgrade.
1 parent ecab432 commit e1b7399

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/install.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,18 @@
122122
7. Add to rules localhost:300 (same as our angular app)
123123
![IIS Manager](iis_9.png "IIS Manager")
124124
8. Then go to website
125+
126+
127+
#### 8. Using Lets encrypt to setup SSL ####
128+
129+
2. Setup rule to allow letsencrypt-win-simple handle the certificate
130+
5. Add new rule
131+
6. Click on blank rule
132+
7. Enter patteren .well-known and set Using to Regular Expression, set Action type to "None" and check "Stop processing of subsequent rules"
133+
1. Download [https://github.com/Lone-Coder/letsencrypt-win-simple](https://github.com/Lone-Coder/letsencrypt-win-simple)
134+
135+
#### 9. Set auto upgrade from http to https ####
136+
137+
1. Follow the guide on [https://blogs.technet.microsoft.com/dawiese/2016/06/07/redirect-from-http-to-https-using-the-iis-url-rewrite-module/](https://blogs.technet.microsoft.com/dawiese/2016/06/07/redirect-from-http-to-https-using-the-iis-url-rewrite-module/)
138+
2. Move the rule, so its no 2 in the list
125139

0 commit comments

Comments
 (0)