From c5d532b6b529df04e6c98a054a900521850460f8 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 26 Sep 2013 12:08:23 -0700 Subject: [PATCH] More details --- SSL-(Windows).md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SSL-(Windows).md b/SSL-(Windows).md index 9cb48a6..4f0ad3d 100644 --- a/SSL-(Windows).md +++ b/SSL-(Windows).md @@ -5,11 +5,13 @@ ## Enabling SSL ## You will need to edit NzbDrone's config file directly as these settings are not exposed in the UI -1. Open `C:\ProgramData\NzbDrone\config.xml` -2. Add/Change the following settings +1. Shutdown NzbDrone +2. Open `C:\ProgramData\NzbDrone\config.xml` +3. Add/Change the following settings - `` - Default 9898 - `` - default false - `` - this is the thumbnail/hash of the SSL certificate with all spaces removed (ie: `123456f6790a35f4b017b55d09e28f7ebe001bd`) -3. Restart NzbDrone as administrator (so the SSL URL and Certificate can be registered with Windows). -4. Verify SSL connectivity \ No newline at end of file +4. Run NzbDrone.exe or NzbDrone.Console.exe as administrator (so the SSL URL and Certificate can be registered with Windows). +5. Verify SSL connectivity +6. Restart NzbDrone in your preferred method (service, exe, console) \ No newline at end of file