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
相關文章
相關標籤/搜索