certmanager updates

This commit is contained in:
Олег Бородин
2024-08-14 11:38:01 +02:00
parent 6a3290b9ac
commit f25197e714
13 changed files with 449 additions and 392 deletions

View File

@@ -113,6 +113,8 @@ message createIssuerPairResult {
string issuerName = 2;
string certificate = 3;
string fingerprint = 4;
repeated string signerCertificates = 5;
repeated string signerNames = 6;
}
message getIssuerCertificateParams {
@@ -185,6 +187,8 @@ message createServicePairResult {
string certificate = 6;
string key = 7;
string fingerprint = 8;
repeated string issuerCertificates = 9;
repeated string issuerNames = 10;
}
message revokeServicePairParams {