This article provides steps to reload the default web certificate in Aria Operations (formerly known as vRealize Operations) in case issues are experienced any time after a custom certificate is uploaded, or your custom cert has expired.
After a custom web certificate has been installed from the Admin UI, you may experience one or more of the following issues:
Upload Failed" when checking the expiry date of the web certificate it shows as expired stopping the upgrade from completing. unset -f pathappend pathprepend pathremove
$VMWARE_PYTHON_BIN /usr/lib/vmware-casa/bin/activate_web_certificate.py DEFAULT
$VMWARE_PYTHON_BIN /usr/lib/vmware-vcopssuite/utilities/bin/restartHttpd.py
The unset command is needed to avoid error messages related to these environmental variables, due to python version differences going from 6.x/7.x to 8.x.
It is possible to switch between default and custom certificate by using the DEFAULT and CUSTOM option with the second command in step 2. Only use this in cases where the custom certificate is not expired, and you need to manually switch between custom and default internal certificates for troubleshooting purposes.