Re: Enable Certificates on a running icecast

[email protected] Thu, 19 Dec 2024 20:44:03 +0100
Newsgroups gmane.comp.audio.icecast.general
Message-ID <[email protected]>
Hi 

> A. Where can I get a cert for my icecast server?

look here
https://letsencrypt.org/
you can use certbot command to obtain certificate for your domain

> B. How to re-do the current icecast server enhanced with the cert?

in yor settings add
    ...
    <listen-socket>
        <port>8001</port>
        <ssl>1</ssl>
    </listen-socket>

   ...
   <paths>
        ...
        <ssl-certificate>/etc/icecast2/bundle.pem</ssl-certificate>
   </paths>

where /etc/icecast2/bundle.pem is path to sertificate obtained by
certbot from A.

hope this helps

tyctor


On Thu, 2024-12-19 at 10:36 -0700, Sergio N wrote:
> Dear team:
> 
> Years ago I installed an icecast on a server with several audio
> mounts (for radio stations, each radio with a page on the same box),
> but with no certs.
> 
> Now I need to make that icecast server secure, so I need to know:
> 
> A. Where can I get a cert for my icecast server?
> 
> B. How to re-do the current icecast server enhanced with the cert?
> 
> Can you guys give me info about it?
> 
> Muy best regards.
> _______________________________________________
> Icecast mailing list
> [email protected]
> http://lists.xiph.org/mailman/listinfo/icecast