keytool options
i posed this question on the obiee community, but they suggested i post i on the weblogic community:I
n reviewing oracle doc 1230333.1, I noticed that the options for importing the root certificate and the server certificate were -import and -trustcacerts, when I did it I used -importcacert:
keytool -importcert -alias root -file /home/oracle/ssl_cert_from_godaddy/gd_bundle.crt -keystore /home/oracle/keystore/devkeystore.jks
do they produce the same results ??