<div dir="ltr">Yes, make for this step, but not work<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">V V ned., 10. maj 2020 ob 15:11 je oseba Paul Martin <<a href="mailto:pm@nowster.me.uk">pm@nowster.me.uk</a>> napisala:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, May 08, 2020 at 02:04:10PM +0200, Ervin Bizjak wrote:<br>
> Hello!<br>
> <br>
> I'm create free SSL in ZeroSSL. Now download certificate. In zip are:<br>
> ca_bundle.crt, certificate.crt and private.key.<br>
> <br>
> How do I now create .pem?<br>
<br>
It's probably best to join the files together. Hopefully they're text<br>
files, so just<br>
<br>
cat ca_bundle.crt certificate.crt private.key > certificate.pem<br>
<br>
(Or use a text editor to copy and paste them together, making sure<br>
nothing extra gets in.)<br>
<br>
-- <br>
Paul Martin <<a href="mailto:pm@nowster.me.uk" target="_blank">pm@nowster.me.uk</a>><br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div>