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>
On Sun, May 10, 2020 at 08:35:24PM +0200, Ervin Bizjak wrote:> Yes, make for this step, but not workAre the certificate/key files plain text? eg. -----BEGIN CERTIFICATE----- sxsCAwEAAaOCAsUwggLBMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEF ... -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- 5Cja8EgPeEL8HEGYhGrTD+xjag21cYC2SPgXkG0HIEdiX9LTYpEF7ADcuyjtgSYw ... -----END CERTIFICATE----- -----BEGIN PRIVATE KEY----- Z8h/pZq4UmEUEz9l6YKHy9v6Dlb2honzhT+Xhq+w3Brvaw2VFn3EK6BlspkENnWA ... -----END PRIVATE KEY----- If not you'll need to convert them. -- Paul Martin <pm at nowster.me.uk>
Thank you for help V V sre., 13. maj 2020 ob 18:59 je oseba Paul Martin <pm at nowster.me.uk> napisala:> On Sun, May 10, 2020 at 08:35:24PM +0200, Ervin Bizjak wrote: > > Yes, make for this step, but not work > > Are the certificate/key files plain text? eg. > > -----BEGIN CERTIFICATE----- > sxsCAwEAAaOCAsUwggLBMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEF > ... > -----END CERTIFICATE----- > > -----BEGIN CERTIFICATE----- > 5Cja8EgPeEL8HEGYhGrTD+xjag21cYC2SPgXkG0HIEdiX9LTYpEF7ADcuyjtgSYw > ... > -----END CERTIFICATE----- > > -----BEGIN PRIVATE KEY----- > Z8h/pZq4UmEUEz9l6YKHy9v6Dlb2honzhT+Xhq+w3Brvaw2VFn3EK6BlspkENnWA > ... > -----END PRIVATE KEY----- > > If not you'll need to convert them. > > -- > 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/20200514/0b98b212/attachment.html>