<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Ervin,</p>
<p>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 <a href="https://zerossl.com/">https://zerossl.com/</a> 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.</p>
<p>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)</p>
<p>I know you wanted step-by-step, but here are the simplified steps:</p>
<ol>
<li>get your PEM SSL/TLS cert file</li>
<li>configure the Icecast.xml<br />
<ol>
<li>in your <listen-socket> tag, add this tag: <ssl>1</ssl>
<ol>
<li>consider the <port> tag value you want</li>
</ol>
</li>
<li>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)</li>
</ol>
</li>
<li>configure your router and network accordingly</li>
</ol>
<p>I used a combination of the two docs sites to learn about it:</p>
<ul>
<li><a href="http://icecast.org/docs/icecast-2.4.1/config-file.html">http://icecast.org/docs/icecast-2.4.1/config-file.html</a></li>
<li><a href="https://www.icecast.org/docs/icecast-trunk/config_file/">https://www.icecast.org/docs/icecast-trunk/config_file/</a></li>
</ul>
<p>Don't expect it to be a 5 minute job ...</p>
<p>Justin</p>
<p><br /></p>
<p>On 2019-12-10 01:50, Ervin Bizjak wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>Hello!</div>
<div> </div>
<div>I use Icecast and windows 8 for streaming my radio.</div>
<div> </div>
<div>Can you anybody help me <strong>step by step</strong> where <span class="gmail-tlid-translation gmail-translation"><span class="gmail-"> do I get a find free SSL, which file need, in which folder put ssl file and how modify icecast.xml.</span></span></div>
<div><span class="gmail-tlid-translation gmail-translation"><span class="gmail-"> </span></span></div>
<div><span class="gmail-tlid-translation gmail-translation"><span class="gmail-"> <span class="gmail-tlid-translation gmail-translation"><span class="gmail-">Thank you so much for any help.</span></span> <br /></span></span></div>
<div><span class="gmail-tlid-translation gmail-translation"><span class="gmail-"> </span></span></div>
<div><span class="gmail-tlid-translation gmail-translation"><span class="gmail-">Ervin<br /></span></span></div>
</div>
<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> Icecast mailing list<br /><a href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br /><a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank" rel="noopener noreferrer">http://lists.xiph.org/mailman/listinfo/icecast</a></div>
</blockquote>
<p><br /></p>

</body></html>