? 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211226/3f7e13ad/attachment.htm>
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>
Hi Tony, -KH is not supported on this list and is a different animal than official Icecast. I'm pretty sure there's a forum or something for it specifically but don't quote me on it, never used it. Cheers, Jordan Erickson On 12/25/21 8:09 AM, Tony Harding wrote:> > 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-- Jordan Erickson Project Manager, Cool Mic https://coolmic.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211225/101e5632/attachment.htm>