[Icecast] Icecast-KH

Railgun railgun.michael at gmail.com
Sat Dec 25 16:27:51 UTC 2021


you need to use certbot not with the icecast server, and you need to 
create another typ of pam file that icececast can use it

icecast must be builded with ssl support. at some standart repo it isnt.

on ubuntu run for icecast cert:

apt-get install certbot

certbot certonly --webroot-path="/usr/share/icecast2/web" -d 'stream.example.com'

cat /etc/letsencrypt/live/stream.example.com/fullchain.pem /etc/letsencrypt/live/stream1.example.com/privkey.pem > /etc/icecast2/bundle.pem

chmod 666 /etc/icecast2/bundle.pem  (if you know the user of icecast you can run chown and not chmod)

renewl
nano /etc/letsencrypt/renewal/stream.example.com.conf

post_hook = cat /etc/letsencrypt/live/stream.example.com/fullchain.pem /etc/letsencrypt/live/stream.example/privkey.pem > /etc/icecast2/bundle.pem && service icecast2 restart

certbot renew --dry-run


Am 25.12.2021 um 17:09 schrieb Tony Harding:
>
> Merry Christmas
>
> Can I ask about the KH version here? Or is this just the standard version?
>
> A client of mine needs to run KH and I have it working on a windows 
> server for them. But the icecast.xml is tiny and missing several 
> things that are in my standard version xml.
>
> I copied and pasted in things like <location> and <support> and the 
> server would not run. Also I tied adding ports like 80 so I can get 
> certbot to work and it did not seem to like that either.
>
> Suggestions from the multitude would be gratefully received.
>
> Merry Christmas
>
> Tony
>
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211225/f191d7a2/attachment.htm>


More information about the Icecast mailing list