2. lighttpd配置
openssl req -new -x509 \ -keyout ideawu.net网站开发.pem -out ideawu.net成都网站制作.pem \ -days 99365 -nodes
把 ideawu.net.pem 拷贝到 /home/work/lighttpd-1.5/conf/
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
4. API跟工具应用:
3. 拜访:
-->
弥补: Apache HTTPS openssl genrsa 1024 > server.key openssl req -new -key server.key > server.csr openssl req -x509 -days 99365 -key server.key -in server.csr > server.crt
1. 创立SSL证书
https://localhost:443
wget –no-check-certificate https://localhost:443
$SERVER["socket"] == ":443" { $HTTP["host"] == "ideawu.net" { ssl.engine = "enable" ssl.pemfile = "/home/work/lighttpd-1.5/conf/ideawu.net.pem" } }
(责任编辑:admin) |