Hello! I use Icecast and windows 8 for streaming my radio. Can you anybody help me *step by step* where do I get a find free SSL, which file need, in which folder put ssl file and how modify icecast.xml. Thank you so much for any help. Ervin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20191210/852a7324/attachment.html>
Try this page. https://improveandrepeat.com/2019/11/creating-lets-encrypt-certificates-on-windows-with-win-acme/ From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Ervin Bizjak Sent: Tuesday, 10 December 2019 8:50 p.m. To: Icecast streaming server user discussions Subject: [Icecast] SSL Hello! I use Icecast and windows 8 for streaming my radio. Can you anybody help me step by step where do I get a find free SSL, which file need, in which folder put ssl file and how modify icecast.xml. Thank you so much for any help. Ervin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20191210/69c3c4f3/attachment.html>
Thank you for reply, but install not working Error while creating logger: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. - at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source, String machineName) at Serilog.Sinks.EventLog.EventLogSink.ConfigureSource(EventLog log, String source) at Serilog.Sinks.EventLog.EventLogSink..ctor(String source, String logName, ITextFormatter textFormatter, String machineName, Boolean manageEventSource, IEventIdProvider eventIdProvider) at Serilog.Sinks.EventLog.EventLogSink..ctor(String source, String logName, ITextFormatter textFormatter, String machineName, Boolean manageEventSource) at Serilog.LoggerConfigurationEventLogExtensions.EventLog(LoggerSinkConfiguration loggerConfiguration, String source, String logName, String machineName, Boolean manageEventSource, String outputTemplate, IFormatProvider formatProvider, LogEventLevel restrictedToMinimumLevel, IEventIdProvider eventIdProvider) at PKISharp.WACS.Services.LogService..ctor() V V tor., 10. dec. 2019 ob 11:46 je oseba Ross Levis < ross at stationplaylist.com> napisala:> Try this page. > > > https://improveandrepeat.com/2019/11/creating-lets-encrypt-certificates-on-windows-with-win-acme/ > > > > *From:* Icecast [mailto:icecast-bounces at xiph.org] *On Behalf Of *Ervin > Bizjak > *Sent:* Tuesday, 10 December 2019 8:50 p.m. > *To:* Icecast streaming server user discussions > *Subject:* [Icecast] SSL > > > > Hello! > > > > I use Icecast and windows 8 for streaming my radio. > > > > Can you anybody help me *step by step* where do I get a find free SSL, > which file need, in which folder put ssl file and how modify icecast.xml. > > > > Thank you so much for any help. > > > > Ervin > _______________________________________________ > 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/20191210/52f6b2b9/attachment.html>
Hi Ervin, Let's Encrypt service is probably what you want for a TLS certificate provider, though you can search for other free cert providers. I first used https://zerossl.com/ with their online tools to create the cert. After a couple of manual renewals I downloaded their cmd line tool (le64.exe), for which I created a PowerShell script to automate the renewals. Keep in mind that the Icecast PEM certificate file is a combining of the private (domain) key and public key files. (public portion first in the file) I know you wanted step-by-step, but here are the simplified steps: * get your PEM SSL/TLS cert file * configure the Icecast.xml * in your <listen-socket> tag, add this tag: <ssl>1</ssl> * consider the <port> tag value you want * point to the SSL cert file in the <paths> tag: <ssl-certificate>./icecast.pem</ssl-certificate> (modify for your path, "./" represents the Icecast install folder) * configure your router and network accordingly I used a combination of the two docs sites to learn about it: * http://icecast.org/docs/icecast-2.4.1/config-file.html * https://www.icecast.org/docs/icecast-trunk/config_file/ Don't expect it to be a 5 minute job ... Justin On 2019-12-10 01:50, Ervin Bizjak wrote:> Hello! > > I use Icecast and windows 8 for streaming my radio. > > Can you anybody help me STEP BY STEP where do I get a find free SSL, which file need, in which folder put ssl file and how modify icecast.xml. > > Thank you so much for any help. > > Ervin > > _______________________________________________ > 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/20191210/337652db/attachment.html>
Thank you very much for help! Regards, Ervin V V sre., 11. dec. 2019 ob 03:48 je oseba <webmaster at berean-biblechurch.org> napisala:> Hi Ervin, > > Let's Encrypt service is probably what you want for a TLS certificate > provider, though you can search for other free cert providers. I first > used https://zerossl.com/ with their online tools to create the cert. > After a couple of manual renewals I downloaded their cmd line tool > (le64.exe), for which I created a PowerShell script to automate the > renewals. > > Keep in mind that the Icecast PEM certificate file is a combining of the > private (domain) key and public key files. (public portion first in the > file) > > I know you wanted step-by-step, but here are the simplified steps: > > 1. get your PEM SSL/TLS cert file > 2. configure the Icecast.xml > 1. in your <listen-socket> tag, add this tag: <ssl>1</ssl> > 1. consider the <port> tag value you want > 2. point to the SSL cert file in the <paths> tag: > <ssl-certificate>./icecast.pem</ssl-certificate> (modify for your path, > "./" represents the Icecast install folder) > 3. configure your router and network accordingly > > I used a combination of the two docs sites to learn about it: > > - http://icecast.org/docs/icecast-2.4.1/config-file.html > - https://www.icecast.org/docs/icecast-trunk/config_file/ > > Don't expect it to be a 5 minute job ... > > Justin > > > On 2019-12-10 01:50, Ervin Bizjak wrote: > > Hello! > > I use Icecast and windows 8 for streaming my radio. > > Can you anybody help me *step by step* where do I get a find free SSL, > which file need, in which folder put ssl file and how modify icecast.xml. > > Thank you so much for any help. > > Ervin > > _______________________________________________ > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20191211/e7fe29af/attachment.html>