建站优化

当前位置:

CentOS7自生成证书配置SSL WEB详解,centos 生成 https 证书

浏览量:126次

CentOS7自生成证书配置SSL WEB详解,centos 生成 https 证书

# 安装Apache [root@server0 ~]# yum -y install httpd mod_ssl# 添加防火墙规则 [root@server0 ~]# firewall-cmd --permanent --add-server=80/tcp[root@server0 ~]# firewall-cmd --permanent --add-server=443/tcp[root@server0 ~]# firewall-cmd --permanent --add-server=8080/tcp;firewall-cmd --reload [root@server0 ~]# systemctl restart httpd;systemctl enable httpd

[声明]本网转载网络媒体稿件是为了传播更多的信息,此类稿件不代表本网观点,本网不承担此类稿件侵权行为的连带责任。故此,如果您发现本网站的内容侵犯了您的版权,请您的相关内容发至此邮箱【779898168@qq.com】,我们在确认后,会立即删除,保证您的版权。