All users are simultaneously logged out of VCF Operations on a consistent basis without warning. This happens regardless of the identity source of the users currently logged in.
VMware VCF Operations
Expired Web Certificate
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.