mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
perf: 更新certd本身的证书文档说明
This commit is contained in:
@@ -24,7 +24,7 @@ https://1panel.cn/docs/installation/online_installation/
|
||||
3. 访问测试
|
||||
|
||||
http://ip:7001
|
||||
|
||||
https://ip:7002
|
||||
|
||||
## 三、升级
|
||||
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
|
||||
## 二、访问应用
|
||||
|
||||
http://ip:7001
|
||||
http://ip:7001
|
||||
https://ip:7002
|
||||
|
||||
|
||||
## 三、如何升级
|
||||
|
||||
@@ -45,9 +45,10 @@ docker compose up -d
|
||||
|
||||
### 3. 访问测试
|
||||
|
||||
http://your_server_ip:7001
|
||||
默认账号密码:admin/123456
|
||||
记得修改密码
|
||||
http://your_server_ip:7001
|
||||
https://your_server_ip:7002
|
||||
默认账号密码:admin/123456
|
||||
记得修改密码
|
||||
|
||||
|
||||
## 二、升级
|
||||
|
||||
@@ -17,7 +17,8 @@ cd certd
|
||||
|
||||
### 访问测试
|
||||
|
||||
http://your_server_ip:7001
|
||||
http://your_server_ip:7001
|
||||
https://your_server_ip:7002
|
||||
默认账号密码:admin/123456
|
||||
记得修改密码
|
||||
|
||||
|
||||
@@ -25,7 +25,8 @@ https://certd.handsfree.work/
|
||||
|
||||
### 2. 访问测试
|
||||
|
||||
http://your_server_ip:7001
|
||||
http://your_server_ip:7001
|
||||
https://your_server_ip:7002
|
||||
默认账号密码:admin/123456
|
||||
记得修改密码
|
||||
|
||||
|
||||
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