mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
pvk command fixes
parent
e67c3f51ee
commit
cee9107b5d
1 changed files with 34 additions and 34 deletions
2
SSL.md
2
SSL.md
|
@ -23,7 +23,7 @@ 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
|
||||
3. Run pvk.exe via Command Prompt with the following options: -in yourdomain.key -topvk -nocrypt -out yourdomain.pvk
|
||||
- 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*
|
||||
|
|
Loading…
Reference in a new issue