Merge branch 'v2-dev' into v2-dev-addon

This commit is contained in:
xiaojunnuo
2025-09-11 20:42:44 +08:00
2 changed files with 8 additions and 3 deletions
-1
View File
@@ -107,7 +107,6 @@ export default defineConfig({
text: "常见问题", text: "常见问题",
items: [ items: [
{text: "QA", link: "/guide/qa/use.md"}, {text: "QA", link: "/guide/qa/use.md"},
{text: "常见报错处理", link: "/guide/qa/"},
{text: "群晖证书部署", link: "/guide/use/synology/"}, {text: "群晖证书部署", link: "/guide/use/synology/"},
{text: "腾讯云密钥获取", link: "/guide/use/tencent/"}, {text: "腾讯云密钥获取", link: "/guide/use/tencent/"},
{text: "连接windows主机", link: "/guide/use/host/windows.md"}, {text: "连接windows主机", link: "/guide/use/host/windows.md"},
+7 -1
View File
@@ -1,4 +1,4 @@
# 使用问题 # 常见问题
## 1. 是否支持IP证书 ## 1. 是否支持IP证书
@@ -12,3 +12,9 @@
当证书到期前35天(创建流水线时可以修改),将会自动重新申请证书,自动部署 当证书到期前35天(创建流水线时可以修改),将会自动重新申请证书,自动部署
## 3. too many certificates 错误
当出现如下报错时,说明相同的域名短时间内申请超过5次
解决方案:可以加多一个子域名,重新执行就可以规避次错误
```
"detail": too many certificates (5) already issued for this exact set of idantifiers in the last 168hm0s
```