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:
parent
26aa7f731c
commit
88db52f6c2
@ -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
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 10:29:15 MST 2006 - jluciani@novell.com
|
||||
|
||||
- Added option to the command being used to import
|
||||
certificate from the CasaBasicATSSetup script so
|
||||
that it works correctly in conjunction with our
|
||||
Yast module. This addresses BUG225428.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 17:21:00 MST 2006 - jluciani@novell.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user