forked from Sonarr/Sonarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Mark McDowall edited this page Sep 22, 2013
·
6 revisions
- SSL Cert with Private Key (Self-signed is okay)
- Cert loaded in Personal store of Local System
You will need to edit NzbDrone's config file directly as these settings are not exposed in the UI
- Open
C:\ProgramData\NzbDrone\confi.xml
- 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)
- Restart NzbDrone as administrator (so the SSL URL and Certificate can be registered with Windows).
- Verify SSL connectivity
- Restart NzbDrone as preferred (Service/Console/Tray).