docs: fix icecast certificates bundle command

This commit is contained in:
jo 2023-05-26 11:03:09 +02:00 committed by Kyle Robbertze
parent d25e0dd171
commit f74062a622
2 changed files with 4 additions and 4 deletions

View File

@ -261,11 +261,11 @@ By default, browsers will [prevent loading mixed content](https://developer.mozi
Create a Icecast specific SSL certificate bundle, be sure to replace `libretime.example.com` with the domain name of your installation:
```bash
sudo install \
sudo bash -c "install \
--group=icecast \
--mode=640 \
<(cat /etc/letsencrypt/live/libretime.example.com/{fullchain,privkey}.pem) \
/etc/icecast2/bundle.pem
/etc/icecast2/bundle.pem"
```
Enable the secure socket and set the SSL certificate bundle path in the Icecast configuration file:

View File

@ -264,11 +264,11 @@ Before you start, make sure to have a working and secured LibreTime server, and
Create a Icecast specific SSL certificate bundle based on the TLS certificates generated by Certbot:
```bash
sudo install \
sudo bash -c "install \
--group=icecast \
--mode=640 \
<(cat /etc/letsencrypt/live/libretime.example.org/{fullchain,privkey}.pem) \
/etc/icecast2/bundle.pem
/etc/icecast2/bundle.pem"
```
Enable the secure socket and set the SSL certificate bundle path in the Icecast configuration file: