<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I use IceCast with Centova and I'm having a hard time setting up SSL with icecast.<div><br></div><div>I updated both config files:</div><div>/usr/local/icecast/etc/icecast.xml</div><div>/usr/local/centovacast/var/vhosts/music/etc/server.conf</div><div><br></div><div>Both files above were modified to include:</div><div><div>    <listen-socket></div><div>        <port>8000</port></div><div>        <ssl>1</ssl></div></div><div><br></div><div>and the path section updated <ssl-certificate>/home/.../ssl/keys/icecast.pem</ssl-certificate></div><div>... replaced with actual folder name.</div><div><br></div><div>I read that the PEM file requires both private and public keys so I created an empty file called icecast.pem and pasted </div><div><div>-----BEGIN RSA PRIVATE KEY----- </div><div>private key content</div><div>-----END RSA PRIVATE KEY----- </div><div>-----BEGIN CERTIFICATE----- </div><div>public key content</div><div>-----END CERTIFICATE----- </div></div><div><br></div><div>I am unable to serve SSL pages.  I created CSR on the server and had CA send me key back.  They are in PEM format and the individual files (CRT & KEY) are working on both my Centova and Apache webservers.</div><div><br></div><div>I would greatly appreciate your assistance to resolve...</div>                                         </div></body>
</html>