且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

apache http配置https

更新时间:2022-09-14 13:55:26

<一,Lamp系统搭建>

yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml

apache http配置https

把server.crt及server.key 拷贝到Apache配置文件目录下

apache http配置https

yum -y install mod_ssl

apache http配置https

修改/etc/httpd/conf.d/ssl.conf

apache http配置https

apache http配置https

 

<二,证书申请>

1,生成私钥

apache http配置https

2,生成证书请求文件

apache http配置https

3,生成证书

apache http配置https