更新 ACME协议自动获取和续订TLS证书
parent
37420e2e42
commit
471b466af0
@ -15,7 +15,7 @@ curl https://get.acme.sh | sh -s email=XXX@outlook.com
|
|||||||
~/.acme.sh/acme.sh --issue -d hostname.x.com --standalone --force
|
~/.acme.sh/acme.sh --issue -d hostname.x.com --standalone --force
|
||||||
```
|
```
|
||||||
|
|
||||||
- 设定时任务,检查证书到期后自动续订:crontab -e 添加以下任务
|
- 设定时任务,检查证书到期后自动续订:crontab -e 添加以下任务
|
||||||
```
|
```
|
||||||
0 */12 * * * ~/.acme.sh/acme.sh --cron --home ~/.acme.sh
|
0 */12 * * * ~/.acme.sh/acme.sh --cron --home ~/.acme.sh
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user