You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Icecast-kh implemented some wonderful improvements to their encryption. Please consider including them with this version...
Their SSL is now autodetecting so you only have to define one listen-socked and NOT define ssl 1. This is big as I don't have to setup 2 separate ports.
They implemented a variable called ssl-private-key which allows me not to have to combine the fullchain with the private key cert into one file. This allows me just to point to LE fullchain.pem and private.pem from within the icecast.xml file. A big deal as this confuses many of people.
https://karlheyes.github.io/
8/5/2017
--autodetect SSL connections on incoming sockets. No need for in listen-socket now but is still there for compatability. (THIS IS BIG!!! We no longer need to use different ports for encrypted and unencrypted dramatically reducing complexity)
--add in to allow for combined PEM or for separate SSL key/certificate files. (THIS IS BIG TOO! No longer need a separate process after updating let's encrypt to combine your fullchain and private cert into one pem file for icecast to read it!)
--select https/http URL in autogenerated m3u based on incoming request.
The text was updated successfully, but these errors were encountered:
Icecast-kh implemented some wonderful improvements to their encryption. Please consider including them with this version...
Their SSL is now autodetecting so you only have to define one listen-socked and NOT define ssl 1. This is big as I don't have to setup 2 separate ports.
They implemented a variable called ssl-private-key which allows me not to have to combine the fullchain with the private key cert into one file. This allows me just to point to LE fullchain.pem and private.pem from within the icecast.xml file. A big deal as this confuses many of people.
Allow certificate changes without requiring reboot of services. icecast-kh apparently has implemented this feature: service reload / HUP should reload ssl certificate [no downtime] karlheyes/icecast-kh#162
https://karlheyes.github.io/
8/5/2017
--autodetect SSL connections on incoming sockets. No need for in listen-socket now but is still there for compatability. (THIS IS BIG!!! We no longer need to use different ports for encrypted and unencrypted dramatically reducing complexity)
--add in to allow for combined PEM or for separate SSL key/certificate files. (THIS IS BIG TOO! No longer need a separate process after updating let's encrypt to combine your fullchain and private cert into one pem file for icecast to read it!)
--select https/http URL in autogenerated m3u based on incoming request.
The text was updated successfully, but these errors were encountered: