- Make sure your fusion middleware profile execute
- Make sure your JAVA HOME is correct if not you will get error
ERROR: No Java
/apps/oracle/product/WT/oracle_common/jdk or $JAVA_HOME should point to valid Java runtime
wallet file should be located in your directory.
example ewallet.p12, ewallet.sso(optional)
./ is current location.
/apps/oracle/product/WT/oracle_common/bin/orapki
wallet pkcs12_to_jks -wallet ./ -pwd xxxxxxx -jksKeyStoreLoc
./yourdesire.jks -jksKeyStorepwd xxxxxxxx
/apps/oranist/jre1.6.0_24/bin/keytool
-list -v -keystore prince.test.jks
/apps/oranist/jre1.6.0_24/bin/keytool
-changealias -keystore yourdesire.jks -alias orakey -destalias desirename
1 comment:
orapki wallet pkcs12_to_jks -wallet ./wallet/ -pwd "welcome" -jksKeyStoreLoc
./ewallet.jks -jksKeyStorepwd "welcome#1234"
Oracle PKI Tool : Version 12.2.1.3.0
Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
Unable to perform operation :null
Post a Comment