Normally, when the environment is in a healthy state, you would follow the official rotation procedure from the VMware Documentation for Operations Manager 2.4-2.8 and the Maestro Rotation procedure for Operations Manager 2.9 or later.
Given that the /services/tls_ca is currently expired, the system is in a degraded stated. As a result, you only have to perform a subset of the original procedure to recover the environment.
Please follow the procedure that matches your version of Operations Manager. If you have PCC tile installed, please review additional recovery steps in this KB.
Use the VMware Doocumentation as your baseline procedure. Perform the following steps sequentially:
1. Obtain or generate a new CA certificate. Add the new CA certificate to the Operations Manager Director Tile and remove the old expired cert.
2. Add the new CA certificate to TAS and Isolation Segment Tiles and remove the old expired cert.
3. Set the new CA certificate as /services/tls_ca.
4. Perform the Third Apply Changes step:
credhub generate \ --name="/services/new_ca" \ --type="certificate" \ --no-overwrite \ --is-ca \ --duration=1825 \ --common-name="opsmgr-services-tls-ca"
credhub get -n /services/new_ca -k ca > new_ca.ca credhub get -n /services/new_ca -k certificate > new_ca.certificate credhub get -n /services/new_ca -k private_key > new_ca.private_key credhub set -n /services/tls_ca \ --type=certificate \ --root=new_ca.ca \ --certificate=new_ca.certificate \ --private=new_ca.private_key