增加OCSP Stapling功能

This commit is contained in:
刘祥超
2022-03-10 11:54:58 +08:00
parent 8eca3165df
commit 25061495d0
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