摘要:
#!/bin/bash yum -y install wget pcre-devel openssl openssl-devel libtool gcc automake autoconf libtool make wget http://nginx.org/download/nginx-1.8.0 阅读全文
摘要:
首先执行如下命令生成一个key openssl genrsa -des3 -out ssl.key 1024 然后他会要求你输入这个key文件的密码。不推荐输入。因为以后要给nginx使用。每次reload nginx配置时候都要你验证这个PAM密码的。 由于生成时候必须输入密码。你可以输入后 再删 阅读全文