Update the trust store configuration.
void updateTrustStoreConfiguration(SUPConfigurationComponentVO serverComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getTrustStoreConfiguration();
confVO.getProperties().put("sup.sync.sslkeystore_password", " changeit");
supConf.updateTrustStoreConfiguration(confVO);
supConf.commitClusterConfiguration();