From 3f17159213cb1c12cf4b3c805de420f4c3959104 Mon Sep 17 00:00:00 2001 From: ZShab Niba <44338441+nibazshab@users.noreply.github.com> Date: Sun, 18 Sep 2022 19:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20`bash=20=E7=9A=84=20alias`?= =?UTF-8?q?=20=E4=B8=BA=20`shell=20=E7=9A=84=20alias`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 说明.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/说明.md b/说明.md index 4bde296..64bfde8 100644 --- a/说明.md +++ b/说明.md @@ -26,7 +26,7 @@ curl https://get.acme.sh | sh -s email=my@example.com ``` ~/.acme.sh/ ``` -并创建 一个 bash 的 alias, 方便你的使用: `alias acme.sh=~/.acme.sh/acme.sh` +并创建 一个 shell 的 alias, 例如 .bashrc,方便你的使用: `alias acme.sh=~/.acme.sh/acme.sh` 2) 自动为你创建 cronjob, 每天 0:00 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书.