【新增】宝塔dns

【修复】查看证书于下载证书内容不一致
【修复】多个ca无法选中
【修复】创建中间证书私有ca加密算法没有默认继承
【调整】下载自签证书附带pfx
This commit is contained in:
v-me-50
2025-09-17 15:35:18 +08:00
parent e16d0b748b
commit 5b7245a78d
4 changed files with 49 additions and 3 deletions

View File

@@ -190,6 +190,8 @@ func init() {
InsertIfNotExists(db, "access_type", map[string]any{"name": "webhook", "type": "dns"}, []string{"name", "type"}, []any{"webhook", "dns"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "webhook", "type": "host"}, []string{"name", "type"}, []any{"webhook", "host"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "btdomain", "type": "dns"}, []string{"name", "type"}, []any{"btdomain", "dns"})
err = sqlite_migrate.EnsureDatabaseWithTables(
"data/site_monitor.db",
"data/data.db",