1
0
Fork 0
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

Mark McDowall 2014-04-07 15:03:21 -07:00
parent 74a5affe1b
commit e314622cb2

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 ###