增加OCSP Stapling功能

This commit is contained in:
GoEdgeLab
2022-03-10 11:54:58 +08:00
parent 1c4ddc9a8e
commit 0ba011dc4e
4 changed files with 85 additions and 56 deletions

View File

@@ -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