nginx 编译安装ssl

 安装参考(不能全信):http://blog.csdn.net/defonds/article/details/44410359html

下 载最新稳定的zlib,pcre,openssl库。nginx

最后执行 :--with-pcre等,指向的是源码地址,不是安装后的地址,nginx 会自动编译。单独加上--with-http_ssl_modulecode

 ./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-openssl=../openssl-1.0.2d
make 
make install
证书安装参考:http://www.cnblogs.com/yanghuahui/archive/2012/06/25/2561568.html
相关文章
相关标签/搜索