mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-28 05:16:39 +08:00
增加OCSP Stapling功能
This commit is contained in:
@@ -26,6 +26,7 @@ message CreateSSLPolicyRequest {
|
||||
bytes clientCACertsJSON = 6;
|
||||
repeated string cipherSuites = 7;
|
||||
bool cipherSuitesIsOn = 8;
|
||||
bool ocspIsOn = 9;
|
||||
}
|
||||
|
||||
message CreateSSLPolicyResponse {
|
||||
@@ -43,6 +44,7 @@ message UpdateSSLPolicyRequest {
|
||||
bytes clientCACertsJSON = 7;
|
||||
repeated string cipherSuites = 8;
|
||||
bool cipherSuitesIsOn = 9;
|
||||
bool ocspIsOn = 10;
|
||||
}
|
||||
|
||||
// 查找Policy
|
||||
|
||||
Reference in New Issue
Block a user