certmanager updates
This commit is contained in:
@@ -92,25 +92,27 @@ message grantShortDescr {
|
||||
string createdAt = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
message getStatusParams {}
|
||||
message getStatusResult {
|
||||
string message = 1;
|
||||
}
|
||||
|
||||
message createIssuerPairParams {
|
||||
string issuerCommonName = 1;
|
||||
bool intermediate = 2;
|
||||
int64 signerID = 3;
|
||||
string signerName = 4;
|
||||
string validUntil = 5;
|
||||
string keySize = 6;
|
||||
string issuerOrganizationName = 1;
|
||||
string issuerOrganizationalUnitName = 2;
|
||||
string issuerCommonName = 3;
|
||||
bool intermediate = 4;
|
||||
int64 signerID = 5;
|
||||
string signerName = 6;
|
||||
string validUntil = 7;
|
||||
string keySize = 8;
|
||||
}
|
||||
|
||||
message createIssuerPairResult {
|
||||
int64 issuerID = 1;
|
||||
string issuerName = 2;
|
||||
string certificate = 3;
|
||||
string fingerprint = 4;
|
||||
}
|
||||
|
||||
message getIssuerCertificateParams {
|
||||
@@ -124,8 +126,9 @@ message getIssuerCertificateResult {
|
||||
int64 signerID = 4;
|
||||
string signerName = 5;
|
||||
bool revoked = 6;
|
||||
repeated string signerCertificates = 7;
|
||||
repeated string signerNames = 8;
|
||||
string fingerprint = 7;
|
||||
repeated string signerCertificates = 8;
|
||||
repeated string signerNames = 9;
|
||||
}
|
||||
|
||||
message importIssuerPairParams {
|
||||
@@ -167,9 +170,12 @@ message createServicePairParams {
|
||||
string issuerName = 1;
|
||||
int64 issuerID = 2;
|
||||
string serviceCommonName = 3;
|
||||
repeated string hostnames = 5;
|
||||
repeated string inetAddresses = 6;
|
||||
string serviceOrganizationName = 4;
|
||||
string serviceOrganizationalUnitName = 5;
|
||||
repeated string hostnames = 6;
|
||||
repeated string inetAddresses = 7;
|
||||
}
|
||||
|
||||
message createServicePairResult {
|
||||
int64 serviceID = 1;
|
||||
string serviceName = 2;
|
||||
@@ -178,6 +184,7 @@ message createServicePairResult {
|
||||
string issuerName = 5;
|
||||
string certificate = 6;
|
||||
string key = 7;
|
||||
string fingerprint = 8;
|
||||
}
|
||||
|
||||
message revokeServicePairParams {
|
||||
@@ -220,6 +227,7 @@ message getServicePairResult {
|
||||
int64 issuerID = 4;
|
||||
string issuerName = 5;
|
||||
bool revoked = 6;
|
||||
string issuerCertificate = 7;
|
||||
repeated string issuerCertificates = 8;
|
||||
string fingerprint = 7;
|
||||
string issuerCertificate = 8;
|
||||
repeated string issuerCertificates = 9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user