From 81fdde007fdb88dd5ffe7afb74568e57aca100bd Mon Sep 17 00:00:00 2001 From: DementedZA Date: Wed, 17 Aug 2016 12:23:12 +0200 Subject: [PATCH] spelling --- ...-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 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 ```