diff --git a/SSL.md b/SSL-(Windows).md similarity index 52% rename from SSL.md rename to SSL-(Windows).md index 75859a1..27588cc 100644 --- a/SSL.md +++ b/SSL-(Windows).md @@ -1,5 +1,5 @@ ## Prerequisites ## -- SSL Cert with Private Key (Self-signed is okay) +- SSL Cert with Private Key [(Create self-signed Certificate)](http://www.selfsignedcertificate.com/) - Cert loaded in Personal store of Local System ## Enabling SSL ## @@ -7,9 +7,9 @@ You will need to edit NzbDrone's config file directly as these settings are not 1. Open `C:\ProgramData\NzbDrone\config.xml` 2. Add/Change the following settings - - SslPort - Default 9898 - - EnableSsl - default false - - SslCertHash - this is the thumbnail/hash of the SSL certificate with all spaces removed (ie: 123456f6790a35f4b017b55d09e28f7ebe001bd) + - `` - 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 -5. Restart NzbDrone as preferred (Service/Console/Tray). \ No newline at end of file +4. Verify SSL connectivity \ No newline at end of file