OCSP支持过期时间

This commit is contained in:
GoEdgeLab
2022-03-18 20:21:24 +08:00
parent 9638e4d12a
commit 0f80b2571c
6 changed files with 85 additions and 40 deletions

View File

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