Skip to content

Commit fb8df87

Browse files
committed
Adding images for the new steps.
1 parent e1b7399 commit fb8df87

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

docs/iis_add_blank_rule_1.png

20.3 KB
Loading

docs/iis_add_blank_rule_2.png

20 KB
Loading

docs/iis_add_blank_rule_3.png

18.3 KB
Loading

docs/install.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
2. Install **URL Rewrite extension**
112112
[https://www.iis.net/downloads/microsoft/url-rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
113113
3. Install **APP Requst Routing** extension
114-
[https://www.iis.net/downloads/microsoft/application-request-routing](https://www.iis.net/downloads/microsoft/application-request-routing)
114+
[https://www.iis.net/downloads/microsoft/application-request-routing](https://www.iis.net/downloads/microsoft/application-request-routing)
115115
![IIS Manager](install_1.png "IIS Manager")
116116
4. Select Rewrite in your website section
117117
![IIS Manager](iis_6.png "IIS Manager")
@@ -126,14 +126,18 @@
126126

127127
#### 8. Using Lets encrypt to setup SSL ####
128128

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)
129+
1. Setup rule to allow letsencrypt-win-simple handle the certificate
130+
2. Add new rule
131+
![IIS Manager](iis_7.png "IIS Manager")
132+
3. Click on blank rule
133+
![IIS Manager](iis_add_blank_rule_1.png "IIS Manager")
134+
4. Enter patteren .well-known and set Using to Regular Expression, set Action type to "None" and check "Stop processing of subsequent rules"
135+
![IIS Manager](iis_add_blank_rule_2.png "IIS Manager")
136+
5. Download [https://github.com/Lone-Coder/letsencrypt-win-simple](https://github.com/Lone-Coder/letsencrypt-win-simple)
134137

135138
#### 9. Set auto upgrade from http to https ####
136139

137140
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
141+
2. Move the rule, so its no 2 in the list as shown:
142+
!["IIS Manager"](iis_add_blank_rule_3.png "IIS Manager")
139143

0 commit comments

Comments
 (0)