mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 06:33:32 +00:00
Mistake fixed
parent
2b4d5a96a2
commit
f2f3aabd4f
1 changed files with 1 additions and 1 deletions
2
SSL.md
2
SSL.md
|
@ -31,7 +31,7 @@
|
|||
|
||||
4. Load the certificate with `httpcfg` (comes with mono):
|
||||
|
||||
`httpcfg -add -port <SSL_PORT> -pvk yourdomain.pvk -cert yourdomain.crt`
|
||||
`httpcfg -add -port <SSL_PORT> -pvk yourdomain.pvk -cert yourdomain.cert`
|
||||
|
||||
*Replace `<SSL_PORT>` with the SSL port you set in Sonarr.*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue