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.