My understanding is that yes, you do need to reload icecast when the certificate is updated. I asked the question recently and Philipp Schafft from the Icecast team wrote the following ? There is a reload link on the admin web interface on 2.5.x. It points to /admin/reloadconfig.xsl; if you want to do it programmatically you can just call /admin/reloadconfig with admin credentials. Reloading via API is not yet supported by 2.4.4. Hope this helps. Damian> On 19 Apr 2022, at 6:21 pm, HGAlt <hgalt at gmx.net> wrote: > > I am using IceCast with https successfully. > For the certificate I am using certifytheweb and Let?s Encrypt. The certificate will automatically renewed and also the certificate for IceCast. > Do I have to restart IceCast to read the new certificate or is IceCast reading it from time to time? > I could not find any answer in the documentation. > > Regards, > Hans-Georg > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virenfrei. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> <x-msg://1/#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>_______________________________________________ > Icecast mailing list > Icecast at xiph.org <mailto:Icecast at xiph.org> > http://lists.xiph.org/mailman/listinfo/icecast <http://lists.xiph.org/mailman/listinfo/icecast>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20220419/336c3745/attachment.htm>
LetsEncrypt /w certbot has post-deploy hooks where you can execute a command, in my case I'm creating the PEM and the reloading icecast config via systemctl (on Debian). Works reliable. Guess that'S what you need: https://docs.certifytheweb.com/docs/script-hooks/ Deployment Tasks (Post-Request) Deployment task (post-request) scripts are executed immediately after the Certificate Request was completed, and the certificate was automatically installed and configured according to the site configuration within Certify. U. Damian:> My understanding is that yes, you do need to reload icecast when the certificate is updated. > I asked the question recently and Philipp Schafft from the Icecast team wrote the following ? > > There is a reload link on the admin web interface on 2.5.x. > It points to /admin/reloadconfig.xsl; if you want to do it > programmatically you can just call /admin/reloadconfig with admin > credentials. Reloading via API is not yet supported by 2.4.4. > > Hope this helps. > > Damian > > > > On 19 Apr 2022, at 6:21 pm, HGAlt <hgalt at gmx.net> wrote: > > > > I am using IceCast with https successfully. > > For the certificate I am using certifytheweb and Let?s Encrypt. The certificate will automatically renewed and also the certificate for IceCast. > > Do I have to restart IceCast to read the new certificate or is IceCast reading it from time to time? > > I could not find any answer in the documentation. > > > > Regards,