【发布时间】:2016-08-24 18:32:49
【问题描述】:
我已经在我的服务器上安装了带有 SSL 的 IceCast。该程序运行良好,但 SSL 证书在浏览器中被识别为不安全。我使用以下代码生成了证书:
openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout icecast2.pem -out icecast2.pem
页面捕获:http://i.imgur.com/V5V3zM4.png
有人知道我该如何解决吗?
PD:我正在运行 Apache2 Server 和 Debian。
非常感谢。
【问题讨论】: