diff --git a/SSL.md b/SSL.md index c8ab7e3..bf5a8d0 100644 --- a/SSL.md +++ b/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 ###