mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: 更新certd本身的证书文档说明
This commit is contained in:
BIN
docs/guide/use/https/images/1.png
Normal file
BIN
docs/guide/use/https/images/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
docs/guide/use/https/images/2.png
Normal file
BIN
docs/guide/use/https/images/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
docs/guide/use/https/images/3.png
Normal file
BIN
docs/guide/use/https/images/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
28
docs/guide/use/https/index.md
Normal file
28
docs/guide/use/https/index.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Certd本身的https证书配置
|
||||
|
||||
## 一、启用https
|
||||
|
||||
`Certd`默认启用https,监听7002端口
|
||||
如果你想关闭https,或者修改端口,可以在环境变量中配置
|
||||
```shell
|
||||
CERTD_HTTPS_ENABLE=true
|
||||
CERTD_HTTPS_port=7002
|
||||
|
||||
```
|
||||
|
||||
## 二、自动更新Certd的https证书
|
||||
|
||||
### 1、创建证书流水线
|
||||
|
||||
参考Certd顶部的创建证书流水线教程
|
||||
|
||||
### 2、配置复制到本机任务
|
||||

|
||||

|
||||
|
||||
### 3、重启Certd
|
||||

|
||||
|
||||
:::warning
|
||||
重启Certd插件,并不具备重启自己的能力,而是`杀死自己`,然后靠`Docker`来重启自己
|
||||
:::
|
||||
Reference in New Issue
Block a user