mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
Explicit message to replace port with port set in the UI
parent
74a5affe1b
commit
e314622cb2
1 changed files with 3 additions and 1 deletions
4
SSL.md
4
SSL.md
|
@ -24,7 +24,9 @@ You will need to edit NzbDrone's config file directly as these settings are not
|
|||
1. Download Win32 binary - http://www.drh-consultancy.demon.co.uk/pvk.html
|
||||
2. Extract Zip
|
||||
3. Run pvk.exe with the following options: pvk -in yourdomain.key -topvk -nocrypt -out yourdomain.pvk
|
||||
- Load cert with httpcfg (comes with mono): httpcfg -add -port 9898 -pvk yourdomain.pvk -cert yourdomain.crt
|
||||
- Load cert with httpcfg (comes with mono): httpcfg -add -port SSL_PORT -pvk yourdomain.pvk -cert yourdomain.crt
|
||||
|
||||
*replace SSL_PORT with the SSL port you set in drone*
|
||||
|
||||
### Enabling SSL ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue