1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-12 07:07:47 +00:00

More details

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

@ -5,11 +5,13 @@
## Enabling SSL ## ## Enabling SSL ##
You will need to edit NzbDrone's config file directly as these settings are not exposed in the UI 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` 1. Shutdown NzbDrone
2. Add/Change the following settings 2. Open `C:\ProgramData\NzbDrone\config.xml`
3. Add/Change the following settings
- `<SslPort>` - Default 9898 - `<SslPort>` - Default 9898
- `<EnableSsl>` - default false - `<EnableSsl>` - default false
- `<SslCertHash>` - this is the thumbnail/hash of the SSL certificate with all spaces removed (ie: - `<SslCertHash>` - this is the thumbnail/hash of the SSL certificate with all spaces removed (ie:
`123456f6790a35f4b017b55d09e28f7ebe001bd`) `123456f6790a35f4b017b55d09e28f7ebe001bd`)
3. Restart NzbDrone as administrator (so the SSL URL and Certificate can be registered with Windows). 4. Run NzbDrone.exe or NzbDrone.Console.exe as administrator (so the SSL URL and Certificate can be registered with Windows).
4. Verify SSL connectivity 5. Verify SSL connectivity
6. Restart NzbDrone in your preferred method (service, exe, console)