博客列表 >使用 Cerbot 部署 Let's Encrypt免费证书 简单 升级 http 到 https 申请单域名ssl证书

使用 Cerbot 部署 Let's Encrypt免费证书 简单 升级 http 到 https 申请单域名ssl证书

青春祭的博客
青春祭的博客原创
2018年02月07日 17:11:252139浏览

升级环境是centos 7  服务器apache 

服务器应具有的环境先运行

yum -y install yum-utils 
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional

完成这个之后,便可以通过运行来安装cerbot:

sudo yum install certbot-apache      //适用于apache环境

使用cerbot 生成证书继续执行:

certbot certonly --webroot -w /var/www/example/ -d www.ws520.xin -d youdomain.com -w /var/www/other -d other.example.net -d another.other.example.net

-w 项目根目录  eg.(/phpstudy/www/youproject/);

-d 域名地址  eg.(www.ws520.xin)要进行申请证书的域名 


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议