Hello! I'm create free SSL in ZeroSSL. Now download certificate. In zip are: ca_bundle.crt, certificate.crt and private.key. How do I now create .pem? Please help me! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200508/55117438/attachment.htm>
The .crt file is most likely in the pem format, so just rename (mv certificate.crt certificate.pem) it if you need it to be .pem. If not you can simply just use it directly. -- Marius On 08.05.2020 14:04, Ervin Bizjak wrote:> Hello! > > I'm create free SSL in ZeroSSL. Now download certificate. In zip are: > ca_bundle.crt, certificate.crt and private.key. > > How do I now create .pem? > > Please help me! > > _______________________________________________ > 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/20200508/9091f643/attachment.htm>
On Fri, May 08, 2020 at 02:04:10PM +0200, Ervin Bizjak wrote:> Hello! > > I'm create free SSL in ZeroSSL. Now download certificate. In zip are: > ca_bundle.crt, certificate.crt and private.key. > > How do I now create .pem?It's probably best to join the files together. Hopefully they're text files, so just cat ca_bundle.crt certificate.crt private.key > certificate.pem (Or use a text editor to copy and paste them together, making sure nothing extra gets in.) -- Paul Martin <pm at nowster.me.uk>
Yes, make for this step, but not work V V ned., 10. maj 2020 ob 15:11 je oseba Paul Martin <pm at nowster.me.uk> napisala:> On Fri, May 08, 2020 at 02:04:10PM +0200, Ervin Bizjak wrote: > > Hello! > > > > I'm create free SSL in ZeroSSL. Now download certificate. In zip are: > > ca_bundle.crt, certificate.crt and private.key. > > > > How do I now create .pem? > > It's probably best to join the files together. Hopefully they're text > files, so just > > cat ca_bundle.crt certificate.crt private.key > certificate.pem > > (Or use a text editor to copy and paste them together, making sure > nothing extra gets in.) > > -- > Paul Martin <pm at nowster.me.uk> > _______________________________________________ > 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/20200510/9e2f3a09/attachment.html>