修改 `bash 的 alias` 为 `shell 的 alias`
parent
5b3da6e182
commit
3f17159213
2
说明.md
2
说明.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 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书.
|
||||
|
||||
|
|
Loading…
Reference in New Issue