1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-25 04:02:48 +01:00

More details

Mark McDowall 2013-09-26 12:08:23 -07:00
parent aec3a7a03c
commit c5d532b6b5

@ -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
- `<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
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)