/var/log/vmware/vcf/operationsmanager/operationsmanager.log contains the following error:Certificate chain validity check against current PKIXParameters failed java.security.cert.CertPathValidatorException: CA key usage check failed: keyCertSign bit is not setThe Certificate Authority (CA) certificate in the chain is misconfigured. According to X.509 standards, any certificate used to sign other certificates (Root or Intermediate) must have the keyCertSign bit asserted in its "Key Usage" extensions.
The Certificate Authority (CA) certificate is misconfigured and must be recreated with the keyCertSign bit enabled.
openssl x509 -in <CA_certificate_file> -text -nooutX509v3 Key Usage section. If Certificate Sign (or keyCertSign) is missing, the certificate is invalid for signing purposes.keyCertSign extension enabled from the PKI administrator.PEM chain and reattempt the certificate replacement in SDDC Manager.