[Icecast] Enable Certificates on a running icecast

tyctor at post.cz tyctor at post.cz
Thu Dec 19 19:44:03 UTC 2024


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
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast



More information about the Icecast mailing list