Converting wallets to keystore
Trying to set the certficates for OEM12c ,and i exported oracle wallt to a keystore using
$/opt/oraclewallet/> orapki wallet pkcs12_to_jks -wallet ./ -pwd <wallet_password> -jksKeyStoreLoc ewallet.jks -jksKeyStorepwd <new_password>
$/opt/oraclewallet/> keytool -list -v -keystore ewallet.jks
Enter key store password: <new_password>
keytool error: gnu.javax.crypto.keyring.MalformedKeyringException: incorrect magic
i am pretty sure that is the synatx to check the contents of a keystore .
Any ideas ?????
Cheers
Tommmy