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:
Juan Carlos Luciani
2006-12-06 05:38:04 +00:00
parent 26aa7f731c
commit 88db52f6c2
2 changed files with 10 additions and 2 deletions

View File

@@ -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