Updated SSL (markdown)

Keivan Beigi 2013-09-22 13:29:46 -07:00
parent 6fa134c125
commit fc6938f564
1 changed files with 6 additions and 6 deletions

@ -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)
- `<SslPort>` - Default 9898
- `<EnableSsl>` - default false
- `<SslCertHash>` - 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).
4. Verify SSL connectivity