动态更新OCSP,防止过期

This commit is contained in:
GoEdgeLab
2022-03-18 17:08:51 +08:00
parent 151f0d4546
commit 68df44de57
10 changed files with 195 additions and 78 deletions

View File

@@ -26,5 +26,5 @@ const (
ReportNodeVersion = "0.1.0"
// SQLVersion SQL版本号
SQLVersion = "3"
SQLVersion = "4"
)