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

posted @ 2018-07-11 23:15  lvusyy  阅读(159)  评论(0编辑  收藏  举报