This article aims to provide a command line mechanism to query and identify the trusted certificates in VMware Identity Manager's keystore.
VMware Identity Manager 3.3.x
Note:
/usr/local/horizon/conf/idm-cacerts
/usr/local/horizon/conf/cakeystore.pass.
Steps to identify Certificates in VIDM;s trusted key store:
/usr/java/jre-vmware/bin/keytool -list -v -keystore /usr/local/horizon/conf/idm-cacerts -storepass `cat /usr/local/horizon/conf/cakeystore.pass` -storetype JKS
/usr/java/jre-vmware/bin/keytool -list -v -keystore /usr/local/horizon/conf/idm-cacerts -storepass `cat /usr/local/horizon/conf/cakeystore.pass` -storetype JKS | grep -E 'Owner:|Serial number:'
Do not use the keytool directly for modification of the keystore unless recommended by the VIDM Product Team or GS Team.
To import certificates into the vIDM trust store, use the https://vidm_fqdn:8443/cfg page.
Refer procedure similar to:
Installing Trusted Root Certificates