certmanager updated

This commit is contained in:
Олег Бородин
2024-08-06 08:19:01 +02:00
parent a75bc364f1
commit eb218c4bf6
10 changed files with 572 additions and 216 deletions

View File

@@ -49,10 +49,10 @@ message getIssuerCertificateResult {
int64 issuerID = 4;
}
message importIssuerPairParams {
string certificate = 1;
string key = 2;
repeated string chainCertificate = 3;
}
message importIssuerPairResult {
int64 issuerID = 1;