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 ```