Added option to command for importing eDir cert in the
CasaBasicATSSetup script so that it does not prompt the user. This allows the script to work correctly when invoked from our Yast module.
This commit is contained in:
@@ -91,9 +91,9 @@ function java_1_5_oes_workaround
|
||||
fi
|
||||
|
||||
# Now import the cert into java's keystore
|
||||
$JAVA_HOME/bin/keytool -import\
|
||||
$JAVA_HOME/bin/keytool -import -noprompt\
|
||||
-trustcacerts\
|
||||
-alias edit_root_ca\
|
||||
-alias edir_root_ca\
|
||||
-keystore $JAVA_KEY_STORE_PATH\
|
||||
-storepass changeit\
|
||||
-file $CERT_FILE_PATH
|
||||
|
||||
Reference in New Issue
Block a user