mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 17:35:18 +08:00
优化证书数量很多时的页面加载速度
This commit is contained in:
@@ -50,7 +50,8 @@ message UpdateSSLPolicyRequest {
|
||||
|
||||
// 查找Policy
|
||||
message FindEnabledSSLPolicyConfigRequest {
|
||||
int64 sslPolicyId = 1;
|
||||
int64 sslPolicyId = 1; // SSL策略ID
|
||||
bool ignoreData = 2; // 忽略证书内容数据
|
||||
}
|
||||
|
||||
message FindEnabledSSLPolicyConfigResponse {
|
||||
|
||||
Reference in New Issue
Block a user