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 eb2b13d..2195ce5 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 @@ -30,7 +30,7 @@ Now go to your qbittorrent web-interface (http://192.168.0.1:8080 if you haven't cat server.key ``` Copy the contents of the entire file (including -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----) -into the 'key' field of the WebUI and proceed to do the same with the certificate by issueing: +into the 'key' field of the WebUI and proceed to do the same with the certificate by issuing: ``` cat server.crt ```