Thanks for the fast reply, but that didn't help either. What is supposed to happened after "make install" I see: Making install in examples make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' make[1]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' make[1]: Entering directory '/usr/local/src/icecast-2.4.4' make[2]: Entering directory '/usr/local/src/icecast-2.4.4' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/serverok/icecast/share/doc/icecast' /usr/bin/install -c -m 644 README AUTHORS COPYING NEWS TODO ChangeLog '/usr/serverok/icecast/share/doc/icecast' make[2]: Leaving directory '/usr/local/src/icecast-2.4.4' make[1]: Leaving directory '/usr/local/src/icecast-2.4.4' But then what? Icecast isn't installed. Den lör 17 okt. 2020 kl 11:51 skrev Chip <chiapas at aktivix.org>:> Try this: > > - https://serverok.in/centovacast-enable-ssl-on-icecast > > If you are using Letsencrypt then this, IMHO, is a good way to make the > icecast.pem file: > > cat privkey.pem fullchain.pem > icecast.pem > > The above creates a useful SSL cert format which, for example, a range of > devices are able to interpret. > > Hope that helps > > Chip Scooter > > On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote: > >> Can someone please, *please* explain to me how I can install the latest >> Icecast server with SSL enabled? >> I've tried several methods I found when searching but nothing works. >> >> OS: Raspberry PI OS LITE (32-bit) >> >> Thanks in advance! >> >> >> Regards.. >> Daniel >> >> -- >> *Bananradion* - svängig musik non-stop >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-- *Bananradion* - svängig musik non-stop Besök gärna våra andra webbplatser! Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för människor som gillar att bjuda på sig själva Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/0a3662d3/attachment.html>
Marvin Scholz
2020-Oct-17 11:55 UTC
[Icecast] Install Icecast server with SSL - please help
Hi, the guide you followed is not really correct for the usecase you have unless you use CentovaCast, which I guess you do not? On 17 Oct 2020, at 13:19, Bananradion wrote:> Thanks for the fast reply, but that didn't help either. > > What is supposed to happened after "make install" > I see: > > Making install in examples > make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples' > make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples' > make[2]: Nothing to be done for 'install-exec-am'. > make[2]: Nothing to be done for 'install-data-am'. > make[2]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' > make[1]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' > make[1]: Entering directory '/usr/local/src/icecast-2.4.4' > make[2]: Entering directory '/usr/local/src/icecast-2.4.4' > make[2]: Nothing to be done for 'install-exec-am'. > /bin/mkdir -p '/usr/serverok/icecast/share/doc/icecast' > /usr/bin/install -c -m 644 README AUTHORS COPYING NEWS TODO ChangeLog > '/usr/serverok/icecast/share/doc/icecast' > make[2]: Leaving directory '/usr/local/src/icecast-2.4.4' > make[1]: Leaving directory '/usr/local/src/icecast-2.4.4' > > But then what? > Icecast isn't installed. > > > Den lör 17 okt. 2020 kl 11:51 skrev Chip <chiapas at aktivix.org>: > >> Try this: >> >> - https://serverok.in/centovacast-enable-ssl-on-icecast >> >> If you are using Letsencrypt then this, IMHO, is a good way to make the >> icecast.pem file: >> >> cat privkey.pem fullchain.pem > icecast.pem >> >> The above creates a useful SSL cert format which, for example, a range of >> devices are able to interpret. >> >> Hope that helps >> >> Chip Scooter >> >> On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote: >> >>> Can someone please, *please* explain to me how I can install the latest >>> Icecast server with SSL enabled? >>> I've tried several methods I found when searching but nothing works. >>> >>> OS: Raspberry PI OS LITE (32-bit) >>> >>> Thanks in advance! >>> >>> >>> Regards.. >>> Daniel >>> >>> -- >>> *Bananradion* - svängig musik non-stop >>> _______________________________________________ >>> Icecast mailing list >>> Icecast at xiph.org >>> http://lists.xiph.org/mailman/listinfo/icecast >>> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > > > -- > *Bananradion* - svängig musik non-stop > > Besök gärna våra andra webbplatser! > Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för > människor som gillar att bjuda på sig själva > Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent> _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/07c7a28e/attachment.html>
No, I don't have centovacast.. i just want to use icecast with ices2. But icecast has to have ssl enabled. Den lör 17 okt. 2020 kl 13:55 skrev Marvin Scholz <epirat07 at gmail.com>:> Hi, > > the guide you followed is not really correct for the usecase you have > unless you use CentovaCast, which I guess you do not? > > On 17 Oct 2020, at 13:19, Bananradion wrote: > > Thanks for the fast reply, but that didn't help either. > > What is supposed to happened after "make install" > I see: > > Making install in examples > make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples' > make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples' > make[2]: Nothing to be done for 'install-exec-am'. > make[2]: Nothing to be done for 'install-data-am'. > make[2]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' > make[1]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' > make[1]: Entering directory '/usr/local/src/icecast-2.4.4' > make[2]: Entering directory '/usr/local/src/icecast-2.4.4' > make[2]: Nothing to be done for 'install-exec-am'. > /bin/mkdir -p '/usr/serverok/icecast/share/doc/icecast' > /usr/bin/install -c -m 644 README AUTHORS COPYING NEWS TODO ChangeLog > '/usr/serverok/icecast/share/doc/icecast' > make[2]: Leaving directory '/usr/local/src/icecast-2.4.4' > make[1]: Leaving directory '/usr/local/src/icecast-2.4.4' > > But then what? > Icecast isn't installed. > > > Den lör 17 okt. 2020 kl 11:51 skrev Chip <chiapas at aktivix.org>: > >> Try this: >> >> - https://serverok.in/centovacast-enable-ssl-on-icecast >> >> If you are using Letsencrypt then this, IMHO, is a good way to make the >> icecast.pem file: >> >> cat privkey.pem fullchain.pem > icecast.pem >> >> The above creates a useful SSL cert format which, for example, a range of >> devices are able to interpret. >> >> Hope that helps >> >> Chip Scooter >> >> On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote: >> >>> Can someone please, *please* explain to me how I can install the latest >>> Icecast server with SSL enabled? >>> I've tried several methods I found when searching but nothing works. >>> >>> OS: Raspberry PI OS LITE (32-bit) >>> >>> Thanks in advance! >>> >>> >>> Regards.. >>> Daniel >>> >>> -- >>> *Bananradion* - svängig musik non-stop >>> _______________________________________________ >>> Icecast mailing list >>> Icecast at xiph.org >>> http://lists.xiph.org/mailman/listinfo/icecast >>> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > > > -- > *Bananradion* - svängig musik non-stop > > Besök gärna våra andra webbplatser! > Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för > människor som gillar att bjuda på sig själva > Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-- *Bananradion* - svängig musik non-stop Besök gärna våra andra webbplatser! Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för människor som gillar att bjuda på sig själva Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/6acd5cff/attachment.html>