0
votes

I have installed on my server IceCast with SSL. The program works perfectly but the SSL certificate is recognized as non-secure in the browser. I generated the certificate with the following code:

openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout icecast2.pem -out icecast2.pem

Page capture: http://i.imgur.com/V5V3zM4.png

Does anyone know how I can fix it?

PD: I´m running Apache2 Server and Debian.

Many Thanks.

1

1 Answers

2
votes

You've got a self-signed certificate that is not contained in any trustchain. Hence, it is marked as insecure by your browser.

There is hardly any way to fix this with your existing certificate. You can try through the Let's Encrypt initiative.