|
111 | 111 | 2. Install **URL Rewrite extension** |
112 | 112 | [https://www.iis.net/downloads/microsoft/url-rewrite](https://www.iis.net/downloads/microsoft/url-rewrite) |
113 | 113 | 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) |
115 | 115 |  |
116 | 116 | 4. Select Rewrite in your website section |
117 | 117 |  |
|
126 | 126 |
|
127 | 127 | #### 8. Using Lets encrypt to setup SSL #### |
128 | 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) |
| 129 | + 1. Setup rule to allow letsencrypt-win-simple handle the certificate |
| 130 | + 2. Add new rule |
| 131 | +  |
| 132 | + 3. Click on blank rule |
| 133 | +  |
| 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 | +  |
| 136 | + 5. Download [https://github.com/Lone-Coder/letsencrypt-win-simple](https://github.com/Lone-Coder/letsencrypt-win-simple) |
134 | 137 |
|
135 | 138 | #### 9. Set auto upgrade from http to https #### |
136 | 139 |
|
137 | 140 | 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 | +  |
139 | 143 |
|
0 commit comments