1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-25 04:02:48 +01:00

fix typo and formatting

Ali Yahya 2016-02-11 19:21:39 -05:00
parent a0789e915e
commit 9b1eaa965e

2
SSL.md

@ -37,7 +37,7 @@
## Synology devices
1. Place the your SSL certificate and converted key in `pvk` format in `/volume1/@appstore/nzbdrone/var/`
1. Place the SSL certificate **and** converted key in `pvk` format in `/volume1/@appstore/nzbdrone/var/`
2. Load the certificate with `httpcfg` (comes with mono) as `nzbdrone`, the user that runs Sonarr:
`su nzbdrone -c "/volume1/@appstore/mono/bin/httpcfg -add -port <SSL_PORT> -pvk yourdomain.pvk -cert yourdomain.crt"`