updater
. This user has only access to a data set maintenance and the ability to change password. This user can login using X509 certificate or using user/password authentication method. Default password for this user is changeme
. Please change it after the installation.$UPD_HOME/conf/updater.properties
file:updater.properties
:$UPD_HOME/conf/.updater_truststore
during first connection. If tomcat certificate is changed, it should be reimported into .updater_truststore
file manually or .updater_truststore
can be removed (it will be recreated after External Data Feeder for NFO service restart).$UPD_HOME/java/jre/jre/bin/keytool –list -keystore $UPD_HOME/conf/.updater_truststore
$UPD_HOME/java/jre/jre/bin/keytool –delete –alias <crtAlias> -keystore $UPD_HOME/conf/.updater_truststore
# $UPD_HOME/java/jre/jre/bin/keytool -import -alias root -keystore $UPD_HOME/conf/.updater_truststore -trustcacerts -file rootCA.crt
# $UPD_HOME/java/jre/jre/bin/keytool -import -alias tomcat -keystore $UPD_HOME/conf/.updater_truststore -file srv.crt
.updater_trustore
created automatically), certificate fingerprint (md5) can be verified using following command:$UPD_HOME/java/jre/jre/bin/keytool -list -keystore $UPD_HOME/conf/.updater_truststore
.updater_truststore
type, password and path configuration can be changed in the $UPD_HOME/conf/updater.properties
file.