pull/229/head
xiaojunnuo 2024-10-26 17:24:48 +08:00
parent 0c50ede129
commit 513a5b49c1
2 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -20,9 +20,17 @@ CERTD_HTTPS_port=7002
![](./images/1.png)
![](./images/2.png)
### 3、重启Certd
### 3、配置重启Certd任务
:::warning
1. 重启Certd插件并不具备重启自己的能力而是`杀死自己`,然后靠`Docker`来重启自己
2. 源码部署情况下,需要通过`执行主机脚本`插件来自己写脚本重启`certd`
3. 建议将本流水线的触发时间与其他流水线时间错开,避免重启时影响其他流水线的执行
:::
![img.png](./images/3.png)
:::warning
重启Certd插件并不具备重启自己的能力而是`杀死自己`,然后靠`Docker`来重启自己
:::
### 4、配置定时任务
每天定时执行,最终效果如下
![](./images/ok.png)