From f74062a62266bbbd4fbc0a512d9b0fca2720c32c Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 26 May 2023 11:03:09 +0200 Subject: [PATCH] docs: fix icecast certificates bundle command --- docs/admin-manual/install/install-using-the-installer.md | 4 ++-- docs/admin-manual/install/reverse-proxy.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin-manual/install/install-using-the-installer.md b/docs/admin-manual/install/install-using-the-installer.md index 69a6b9508..6c7806850 100644 --- a/docs/admin-manual/install/install-using-the-installer.md +++ b/docs/admin-manual/install/install-using-the-installer.md @@ -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: diff --git a/docs/admin-manual/install/reverse-proxy.md b/docs/admin-manual/install/reverse-proxy.md index c90b62f1a..e9a8b3bb2 100644 --- a/docs/admin-manual/install/reverse-proxy.md +++ b/docs/admin-manual/install/reverse-proxy.md @@ -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: