1.安装acme
在Linux下在线安装脚本,使用以下命令
curl https://get.acme.sh | sh -s email=my@example.com
或者:
wget -O - https://get.acme.sh | sh -s email=my@example.com
或者git安装:
git clone --depth 1 http...
阅读全文