e00E / lets-encrypt-icecast

CURRENTLY NOT FUNCTIONAL: A lets-encrypt plugin for Icecast2
13 stars 2 forks source link

Multiple icecast instances? #5

Open amavarick opened 7 years ago

amavarick commented 7 years ago

I have multiple instances of icecast running on the same server. The config files are shown below. Looking at your script it appears to only look for the first instance. How could this great feature be used to update all icecast instances on a server?

/etc/icecast.xml /etc/icecast1.xml /etc/icecast2.xml /etc/icecast3.xml

Thank you so much for your time...

e00E commented 7 years ago

Giving the plugin a specific configuration file to change is actually supported as a command line argument however this project is currently not functional / out of date after some letsencrypt changes. Im looking at updating it but dont know when I will get around to do it.

e00E commented 7 years ago

Generally I dont think we can detect all icecast configuration files automatically, currently the plugin just uses some heurstics to find one as you said. Maybe they could be improved and adding support for changing multiple configurations could be added so Ill leave this issue open.