From bfe636ae65f56e18632a2cd30791432cb79c68d4 Mon Sep 17 00:00:00 2001 From: DementedZA Date: Wed, 17 Aug 2016 12:25:37 +0200 Subject: [PATCH] minor change describing opening settings --- ...-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md b/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md index 74ab0fa..0d78f7b 100644 --- a/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md +++ b/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md @@ -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 ```