升级环境是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)要进行申请证书的域名