Updated 说明 (markdown)

master
neil 2022-05-17 17:55:10 +08:00
parent 8461b52345
commit 79dd843563
1 changed files with 7 additions and 0 deletions

@ -181,6 +181,13 @@ Le_RealFullChainPath=/etc/acme/example.com/chain.pem
目前证书在 60 天以后会自动更新, 你无需任何操作. 今后有可能会缩短这个时间, 不过都是自动的, 你不用关心.
请确保 cronjob 正确安装, 看起来是类似这样的:
```
crontab -l
56 * * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
```
# 6. 更新 acme.sh