mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 22:53:19 +00:00
More details
parent
aec3a7a03c
commit
c5d532b6b5
1 changed files with 6 additions and 4 deletions
|
@ -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)
|
Loading…
Add table
Reference in a new issue