Advertisement

Linux CE TLS 1.2 支持字符集接口(CGI)实现网络文件服务(NFS)并提供自动文件系统(AUTOFS)确保握手协议的安全性

阅读量:

1.配置使用ssl完成https访问apache服务器

(1)首先应当完成mod_ssl的安装过程,(mod_ssl是一款基于openssl工具箱开发的软件,其主要功能是为qpache webserver提供安全性的密码保护机制)

复制代码
>     [root@rhce-128 ~]# yum install -y mod_ssl
>  
> ```

>
>
>
> **# 建立一个文件夹,用于SSL访问的文件夹,包含index.html文件**
>
>
复制代码
  1. [root@rhce-128 conf.d]# cd /www/
复制代码
  2. [root@rhce-128 www]# ls

  3. ip  port

  4. [root@rhce-128 www]# mkdir myssl

  5. [root@rhce-128 www]# cd myssl/

  6. [root@rhce-128 myssl]# echo this is my first https page > index.html

  7. [root@rhce-128 myssl]# ls

  8. index.html

全部评论 (0)

还没有任何评论哟~