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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20241219/70482f12/attachment.htm>
tyctor at post.cz
2024-Dec-19 19:44 UTC
[Icecast] Enable Certificates on a running icecast
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