This commit is contained in:
Luk Lu
2023-09-09 14:50:46 +08:00
parent 4b808e2bde
commit 6f6e75f12b
9 changed files with 28 additions and 36 deletions

11
acme-install.sh Normal file
View File

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