From e314622cb22c0291d6cc1c22c5bf84f8d564b261 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 7 Apr 2014 15:03:21 -0700 Subject: [PATCH] Explicit message to replace port with port set in the UI --- SSL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SSL.md b/SSL.md index c8ab7e3..bf5a8d0 100644 --- a/SSL.md +++ b/SSL.md @@ -24,7 +24,9 @@ You will need to edit NzbDrone's config file directly as these settings are not 1. Download Win32 binary - http://www.drh-consultancy.demon.co.uk/pvk.html 2. Extract Zip 3. Run pvk.exe with the following options: pvk -in yourdomain.key -topvk -nocrypt -out yourdomain.pvk -- Load cert with httpcfg (comes with mono): httpcfg -add -port 9898 -pvk yourdomain.pvk -cert yourdomain.crt +- Load cert with httpcfg (comes with mono): httpcfg -add -port SSL_PORT -pvk yourdomain.pvk -cert yourdomain.crt + +*replace SSL_PORT with the SSL port you set in drone* ### Enabling SSL ###