Linux Web服务器案例详解(4)

7.CA服务就配置完成,下面是web申请证书的过程,安装mod_ssl

[root@dg CA]# yum install mod_ssl

8. 产生私钥,用产生的私钥生成证书

在httpd目录下新建certs 目录

[root@dg httpd]# mkdir certs

[root@dg httpd]# cd certs

[root@dg certs]# openssl genrsa 1024 >httpd.key

Linux Web服务器案例详解

9.修改/etc/httpd/conf.d/ssl.conf文件

Linux Web服务器案例详解

10.修改  vim /etc/httpd/conf/httpd.conf 如下图

Linux Web服务器案例详解

Linux Web服务器案例详解

11.修改vim /etc/httpd/conf.d/ssl.conf 文件如下

12重启httpd服务,pc1进行访问

先用http访问,结果访问不到

Linux Web服务器案例详解

在使用https访问

Linux Web服务器案例详解

13.让其显示出根证书修改/etc/httpd/conf.d/ssl.conf 如下图

Linux Web服务器案例详解

14.查看证书,并安装证书

Linux Web服务器案例详解

15.选择受信任的根证书颁发机构

Linux Web服务器案例详解

16.目录可以ssl通过ssl正常访问了。

Linux Web服务器案例详解

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/8865a9d6cde5f4bb861ffa2d1e2f35b7.html