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