常规情况安装ACME工具:
curl https://get.acme.sh | sh -s email=my@example.com
系统安装好ACME之后我们切换到ACME目录下:
在目录下使用命令来申请SSL证书:
./acme.sh --issue -d 域名 --nginx --force
等待命令执行完成即可:
使用ACME自动更新全部证书:
acme.sh --renew-all
在中国境内安装ACME工具
拉取代码:
dnf install -y git && git clone https://gitee.com/neilpang/acme.sh.git
切换到ACME目录下:
cd acme.sh
./acme.sh --install -m my@example.com