The server certificate associated with the Active Directory over LDAP Identity Source is expiring within 90 days.
To verify the validity of the LDAP server certificate and update it if necessary, perform the following steps:
/opt/vmware/bin/sso-config.sh -get_identity_sourcesopenssl s_client -connect <DC_fqdn>:636 -showcerts 2>/dev/null | openssl x509 -noout -enddate<DC_fqdn> is replaced with the Fully Qualified Domain Name of the Domain Controller.