When viewing the System Dashboard page within the vIDM the passthrough certificate shows as being expired or expiring soon.
Identity Manager 3.3.7
Passthrough certificate got added and wasn't used so wants to remove it rather than just replace it with a new certificate
If you have your vIDM servers installed in a DMZ and have Certificate Authentication configured as per our documentation then just replace the certificate with a newly issued certificate.
Installing a Passthrough Certificate
Deploying VMware Identity Manager in the DMZ
If DMZ install with Certificate Authentication is not being used, but had a Passthrough Certificate added at some point and just want to remove it, follow the below instructions:
** NOTE **
keytool -list -v -keystore /opt/vmware/horizon/workspace/conf/tcserver.keystore -storetype BCFKS -providerclass org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider -providerpath /opt/vmware/certproxy/lib/bc-fips-*.jar -storepass "$(grep keystore.password /opt/vmware/horizon/workspace/conf/catalina.properties | awk -F '=' '{print $2}')"keytool -delete -keystore /opt/vmware/horizon/workspace/conf/tcserver.keystore -storetype BCFKS -providerclass org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider -providerpath /opt/vmware/certproxy/lib/bc-fips-*.jar -storepass "$(grep keystore.password /opt/vmware/horizon/workspace/conf/catalina.properties | awk -F '=' '{print $2}')" -alias passthrough