certmanager updated

This commit is contained in:
Олег Бородин
2024-08-06 19:10:36 +02:00
parent c7b9532377
commit f89cfe7d90
7 changed files with 281 additions and 206 deletions

View File

@@ -94,10 +94,10 @@ message createServicePairParams {
}
message createServicePairResult {
int64 serviceID = 1;
string name = 2;
string serviceName = 2;
string issuerCertificate = 3;
int64 issuerID = 4;
string cerificate = 5;
string certificate = 5;
string key = 6;
}