center os7.2配置https访问

Posted 流年

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了center os7.2配置https访问相关的知识,希望对你有一定的参考价值。

安装apache

yum -y install httpd

systemctl start httpd

安装php

yum -y install php php-mbstring php-pear

安装ssl模块

yum install httpd mod_ssl

 

在httpd目录下创建文件夹cert

mkdir cert

将证书文件下载到cert目录

wget http://7d9lp7.com1.z0.glb.clouddn.com/214473667220217.key

wget http://7d9lp7.com1.z0.glb.clouddn.com/214473667220217.pem
wget http://7d9lp7.com1.z0.glb.clouddn.com/chain.pem
wget http://7d9lp7.com1.z0.glb.clouddn.com/public.pem

修改httpd/conf.d/ssl.conf

# 证书公钥配置
SSLCertificateFile cert/public.pem
# 证书私钥配置
SSLCertificateKeyFile cert/214473667220217.key
# 证书链配置,如果该属性开头有 ‘#‘字符,请删除掉
SSLCertificateChainFile cert/chain.pem

安全组增加443端口

 

以上是关于center os7.2配置https访问的主要内容,如果未能解决你的问题,请参考以下文章

如何在android中的地图片段内中心线性布局?

jQuery应用 代码片段

很实用的JQuery代码片段(转)

WordPress - 代码片段插件

拥有的50个CSS代码片段(上)

阿里云center7.3 apche2.4.6配置https