Tag Archives: SSL

如何为Nginx配置Comodo Positive SSL证书

最近从代理买了个Comodo Positive SSL证书,好便宜,才4.99刀/年,多年付还能继续优惠。。。

讲讲安装和配置的方法。

1、生成CSR

购买之前,先要生成CSR 文件 (Certificate Signing Request),可以在你的服务器上操作(如果安装了OpenSSL的话)
openssl req -new -newkey rsa:2048 -nodes -keyout example_com.key -out example_com.csr
会生成[......]

继续阅读