創建壹年有效自己給自己簽名的證書
openssl req -new -x509 -days 365 -nodes -config openssl.cnf -out mmc.pem -keyout mmc.pem
第二,貌似httpd端口不用配置的,妳配置的是http訪問時的端口。妳要在SERVER[socket]中配置,並加入ssl.engine = "enable" ssl.pemfile="xxx.pem"
創建壹年有效自己給自己簽名的證書
openssl req -new -x509 -days 365 -nodes -config openssl.cnf -out mmc.pem -keyout mmc.pem
第二,貌似httpd端口不用配置的,妳配置的是http訪問時的端口。妳要在SERVER[socket]中配置,並加入ssl.engine = "enable" ssl.pemfile="xxx.pem"