尝试自动安装ACME失败,请通过以下命令尝试手动安装
- [root@demo2 ~]# curl http://download.bt.cn/install/acme_install.sh|bash
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 943 100 943 0 0 2633 0 --:--:-- --:--:-- --:--:-- 2641
- --2018-04-01 20:15:24-- https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh
- Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
- Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 167876 (164K) [text/plain]
- Saving to: ‘acme.sh’
- 100%[=======================================================================================================================================================================>] 167,876 --.-K/s in 0.004s
- 2018-04-01 20:15:24 (43.2 MB/s) - ‘acme.sh’ saved [167876/167876]
- [Sun Apr 1 20:15:24 CST 2018] It is recommended to install socat first.
- [Sun Apr 1 20:15:24 CST 2018] We use socat for standalone server if you use standalone mode.
- [Sun Apr 1 20:15:24 CST 2018] If you don't use standalone mode, just ignore this warning.
- [Sun Apr 1 20:15:24 CST 2018] Installing to /root/.acme.sh
- [Sun Apr 1 20:15:24 CST 2018] Installed to /root/.acme.sh/acme.sh
- [Sun Apr 1 20:15:24 CST 2018] Installing alias to '/root/.bashrc'
- [Sun Apr 1 20:15:24 CST 2018] OK, Close and reopen your terminal to start using acme.sh
- [Sun Apr 1 20:15:24 CST 2018] Installing alias to '/root/.cshrc'
- [Sun Apr 1 20:15:24 CST 2018] Installing alias to '/root/.tcshrc'
- [Sun Apr 1 20:15:24 CST 2018] Installing cron job
- 10 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
- [Sun Apr 1 20:15:24 CST 2018] Good, bash is found, so change the shebang to use bash as preferred.
- [Sun Apr 1 20:15:24 CST 2018] OK
复制代码安装了还是不能申请,还是一样的提示。
|
|