mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
修改 bash 的 alias 为 shell 的 alias
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 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user