【新增】雷池waf认证中心证书上传

This commit is contained in:
Lystran
2026-02-05 21:21:01 +08:00
committed by LystranG
parent 4c3ddd71c9
commit 1f6ffe36e9
16 changed files with 104 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
case "safeline-panel":
logger.Debug("部署雷池WAF面板...")
return DeploySafeLineWaf(cfg)
case "safeline-portal":
logger.Debug("部署雷池WAF认证中心...")
return DeploySafeLineWafPortal(cfg, logger)
case "localhost":
logger.Debug("部署到本地...")
return DeployLocalhost(cfg)