From d2efda3c5bcc30775879b41147e2a0cb07af133e Mon Sep 17 00:00:00 2001 From: DementedZA Date: Wed, 17 Aug 2016 12:21:52 +0200 Subject: [PATCH] more formatting --- ...-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 7aaa0ab..eb2b13d 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 @@ -15,7 +15,7 @@ cd ~/.config/qBittorrent/ssl ``` Now we generate the key and certificate pair: -openssl req -new -x509 -nodes -out server.crt -keyout server.key +`openssl req -new -x509 -nodes -out server.crt -keyout server.key` Answer the questions or press enter to leave blank.