VMware Cloud Foundation Operations Version: 9.0.2.0
VMware NSX Version 9.0.2.0
This issue is specific to SDDC Manager's certificate-management orchestration. The certificate details in SDDC Manager will not refresh immediately after a replacement.
They will instead pick up either from the existing daily scheduled job (default: once every 24 hours) or immediately the next time someone opens the Certificates tab in the SDDC Manager UI, which triggers a live refresh on its own.
This issue will be fixed on the SDDC Manager side for 9.0.x on a future release. From 9.1.0 onward, certificate replacement operations no longer goes through sddc-manager component, so this issue won't occur there.
Here the steps to prevent it from over-writing a genuine failure with a false SUCCESSFUL which need to be executed on the SDDC Manager appliance:
vi /etc/vmware/vcf/operationsmanager/application.properties certificates.update.cert.in.db.after.replacement=false systemctl restart operationsmanagerNote: This workaround is validated on 9.0.x releases only.