Skip to content

Commit

Permalink
fix(certificate): Add KeyType and KeyLength params to enrollment …
Browse files Browse the repository at this point in the history
…payload
  • Loading branch information
spbsoluble committed Nov 1, 2023
1 parent 57f1d00 commit 5109edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/api/certificate_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ type EnrollPFXFctArgsV2 struct {
CertFormat string `json:"-"`
InstallIntoExistingCertificateStores bool `json:"InstallIntoExistingCertificateStores,omitempty"`
ChainOrder string `json:"ChainOrder,omitempty"`
KeyType string `json:"KeyType,omitempty"`
KeyLength int `json:"KeyLength,omitempty"`
}

// EnrollCSRFctArgs holds the function arguments used for calling the EnrollCSR method.
Expand Down

0 comments on commit 5109edc

Please sign in to comment.