openbmc / phosphor-certificate-manager

Apache License 2.0
5 stars 5 forks source link

Certificate object not created when existing certificate is deleted #4

Closed devenrao closed 5 years ago

devenrao commented 5 years ago

REST server supports deletion of certificate, so when a certificate is deleted system auto generates a certificate. At present certificate manager is not restarted to cater for creating the certificate object for the auto generated certificate.

If certificate object is created then it will not allow creating another certificate as per current 1 certificate per service limitation.

Bmcweb does not allow deletion of certificate.

This auto generation of certificate might not be required if REST server functionality is completely removed/disabled.

This story is applicable only if REST server functionality is not removed.

devenrao commented 5 years ago

this story can be closed as we are not longer supporting REST