修改 `bash 的 alias` 为 `shell 的 alias`

master
ZShab Niba 2022-09-18 19:38:55 +08:00
parent 5b3da6e182
commit 3f17159213
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ curl https://get.acme.sh | sh -s email=my@example.com
``` ```
~/.acme.sh/ ~/.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 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书. 2) 自动为你创建 cronjob, 每天 0:00 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书.