ACME 安装: wget -O - https://get.acme.sh | sh -s email=****.com
一次不成功,多执行几次~~
安装完毕后,执行acme.sh 时候 有些系统会提示:
-bash: acme.sh: command not found
执行下面的命令让 PATH 生效即可:
source ~/.bashrc
ACME 安装: wget -O - https://get.acme.sh | sh -s email=****.com
一次不成功,多执行几次~~
安装完毕后,执行acme.sh 时候 有些系统会提示:
-bash: acme.sh: command not found
执行下面的命令让 PATH 生效即可:
source ~/.bashrc