Closed devenrao closed 5 years ago
During replace certiificate, user might pass only certificate string. If there is no private key system should use the private key generated as part of CSR and append it to the certificate string and install onto the system.
This requirement has dependency on GenerateCSR
Fixed the issue code is in review https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-certificate-manager/+/22523
During replace certiificate, user might pass only certificate string. If there is no private key system should use the private key generated as part of CSR and append it to the certificate string and install onto the system.
This requirement has dependency on GenerateCSR