certmanager updated
This commit is contained in:
@@ -28,14 +28,15 @@ message getStatusResult {
|
||||
message createIssuerPairParams {
|
||||
string issuerCommonName = 1;
|
||||
bool intermediate = 2;
|
||||
int64 signerIssuerID = 3;
|
||||
string signerIssuerName = 4;
|
||||
int64 signerID = 3;
|
||||
string signerName = 4;
|
||||
string validUntil = 5;
|
||||
string keySize = 6;
|
||||
}
|
||||
message createIssuerPairResult {
|
||||
int64 issuerID = 1;
|
||||
string certificate = 2;
|
||||
string issuerName = 2;
|
||||
string certificate = 3;
|
||||
}
|
||||
|
||||
message getIssuerCertificateParams {
|
||||
|
||||
Reference in New Issue
Block a user