certmanager updated
This commit is contained in:
@@ -16,6 +16,7 @@ service Control {
|
||||
|
||||
rpc createServicePair(createServicePairParams) returns (createServicePairResult) {};
|
||||
rpc revokeServicePair(revokeServicePairParams) returns (revokeServicePairResult) {};
|
||||
rpc unrevokeServicePair(unrevokeServicePairParams) returns (unrevokeServicePairResult) {};
|
||||
rpc listServicePairs(listServicePairsParams) returns (listServicePairsResult) {};
|
||||
rpc getServicePair(getServicePairParams) returns (getServicePairResult) {};
|
||||
}
|
||||
@@ -69,7 +70,6 @@ message revokeIssuerPairResult {}
|
||||
message unrevokeIssuerPairParams {
|
||||
int64 issuerID = 1;
|
||||
string issuerName = 2;
|
||||
|
||||
}
|
||||
message unrevokeIssuerPairResult {}
|
||||
|
||||
@@ -97,8 +97,9 @@ message createServicePairResult {
|
||||
string serviceName = 2;
|
||||
string issuerCertificate = 3;
|
||||
int64 issuerID = 4;
|
||||
string certificate = 5;
|
||||
string key = 6;
|
||||
string issuerName = 5;
|
||||
string certificate = 6;
|
||||
string key = 7;
|
||||
}
|
||||
|
||||
message revokeServicePairParams {
|
||||
@@ -141,4 +142,6 @@ message getServicePairResult {
|
||||
int64 issuerID = 4;
|
||||
string issuerName = 5;
|
||||
bool revoked = 6;
|
||||
string issuerCertificate = 7;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user