This commit is contained in:
Luk
2024-01-29 20:55:55 +08:00
parent 6161344403
commit 117bd403b6
6 changed files with 25 additions and 16 deletions

View File

@@ -1,11 +1,10 @@
curl https://get.acme.sh | sh -s email=ssl@faronear.org
## 或者:
# git clone https://github.com/acmesh-official/acme.sh.git
# cd ./acme.sh
# git clone https://github.com/acmesh-official/acme.sh.git .acme.sh
# cd .acme.sh
# ./acme.sh --install -m my@example.com
pushd /faronear/sysconfig
# 取消被默认添加到 .bashrc 的设置
# 取消被默认添加到 .bashrc 的设置,因为 already integrated in .bashrc
git reset . && git checkout .
# echo '. "$HOME/.acme.sh/acme.sh.env"' >> ~/.bashrc_custom ## already integrated in .bashrc
popd