From 411dade49bf92bea2c7ea233557d431f501b59b0 Mon Sep 17 00:00:00 2001 From: DT Date: Sat, 25 Jul 2015 20:21:44 -0700 Subject: [PATCH] Update with usable command. --- ...ebUI-setting-up-HTTPS-with-self-signed-SSL-certificates.md | 4 ++++ 1 file changed, 4 insertions(+) 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 95dd261..9410a9f 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 @@ -53,3 +53,7 @@ If you are unsure what url (ip and port and protocol) qtorrent is using, you can Alternatively you could run qtorrent-nox in a terminal window and it will print the URL to the screen with: `sudo qbittorrent-nox` + +-------- + +This guide failed to create usable certs because of the passphrase requirement of `genrsa`. I suggest the following amendment `openssl req -new -x509 -nodes -out server.crt -keyout server.key` for ssl key and cert creation. -CS \ No newline at end of file