From 776264a81c40422573bb3ed55e078db9b5a28e06 Mon Sep 17 00:00:00 2001 From: Saulo Date: Fri, 27 Dec 2024 15:56:35 -0300 Subject: [PATCH] chore: adjust readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index d0c8ee6..7cc075e 100644 --- a/README.md +++ b/README.md @@ -40,21 +40,10 @@ Add the following line to your crontab to renew the certificates automatically: ## Start the Icecast server: ```bash -docker-compose up -d +docker compose up -d ``` ## Access the Icecast server: - Open your browser and go to `https://your-domain.com:8443` to access the Icecast server. - Use the `source` password to connect your streaming software to the Icecast server. - -## Files - -### `create-certs.sh` -A Bash script to generate SSL/TLS certificates for the Icecast server. You need to confi - -#### Features: -- Automates certificate generation with Certbot. -- Configures permissions for certificate files. -- Combines certificate and private key into a single file (`icecast.pem`) for Icecast usage. -