1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-30 08:33:14 +00:00

cleanup: typos

This commit is contained in:
jcorporation 2018-07-15 23:43:34 +01:00
parent 0df60f04f0
commit 999c73fa75

View File

@ -76,7 +76,7 @@ SSL
--- ---
1. Create ca and certificate ```/path/to/src/contrib/crcert.sh``` (mkrelease.sh do this for you). 1. Create ca and certificate ```/path/to/src/contrib/crcert.sh``` (mkrelease.sh do this for you).
2. Start mympd with ```-S``` (use default certificate under ```/etc/mympd/ssl/```). 2. Start myMPD with ```-S``` (use default certificate under ```/etc/mympd/ssl/```).
3. Import ```/etc/mympd/ssl/ca/ca.pem``` in your browser to trust the certificate. 3. Import ```/etc/mympd/ssl/ca/ca.pem``` in your browser to trust the certificate.
4. myMPD redirects http requests to https, ensure that myMPD hostname is resolvable. 4. myMPD redirects http requests to https, ensure that myMPD hostname is resolvable.