minor change describing opening settings

DementedZA 2016-08-17 12:25:37 +02:00
parent 10a8d48c97
commit bfe636ae65

@ -25,7 +25,7 @@ You should now have two files in your ssl folder:
$ ls
server.crt server.key
```
Now go to your qbittorrent web-interface (http://192.168.0.1:8080 if you haven't changed it yet) Then open options (look for gear and screwdriver icon), and click on the last tab labelled WebUI. Enable HTTPS change the port to your liking. Now in your terminal, were going to copy and paste the key and certificate's contents into the respective fields of the webui.
Now go to your qbittorrent web-interface (http://192.168.0.1:8080 if you haven't changed it yet) Then open options (look for spanner and screwdriver icon), and click on the last tab labelled WebUI. Enable HTTPS change the port to your liking. Now in your terminal, were going to copy and paste the key and certificate's contents into the respective fields of the webui.
```
cat server.key
```