1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 06:33:32 +00:00

Mistake fixed

Raspdealer 2015-11-05 22:00:20 +01:00
parent 2b4d5a96a2
commit f2f3aabd4f

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.*