debian8下acme nginx 部署记录

1.更新源

apt update

  

2.安装curl git

apt install curl git -y

3.克隆acme仓库

curl https://get.acme.sh | sh
git clone https://github.com/Neilpang/acme.sh.git
cd ./acme.sh
./acme.sh --install

 4.部署nginx

猜你喜欢

转载自www.cnblogs.com/lovesKey/p/9297238.html
今日推荐