[Icecast] SSL

Paul Martin pm at nowster.me.uk
Sun May 10 13:10:57 UTC 2020


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>



More information about the Icecast mailing list