Create a Profile Rule using a "rule activation condition" with a defined Side Effect per the below steps: Open the Configuration Manager admin applet. Select the Rules tab. Select the…
Identity and Trust Keystores
When you configure SSL, you must decide how identity and trust will be stored. Although one keystore can be used for both identity and trust, Oracle recommends using separate keystores for both identity and trust because the identity keystore (private key/digital certificate pairs) and the trust keystore (trusted CA certificates) may have different security requirements. For example:
How WebLogic Server Locates Trust
WebLogic Server uses the following algorithm when it loads its trusted CA certificates: If the keystore is specified by the -Dweblogic.security.SSL.trustedCAkeystore command-line argument, load the trusted CA certificates from that…
how to read cwallet.sso file
$MW_HOME/oracle_common/bin/orapki wallet display -wallet ~/cwallet.sso Sample: [oracle@wcsoa bin]$ ./orapki wallet display -wallet /webdata/Oracle/admin/wcsoadomain/aserver/wcsoadomain/config/fmwconfig/bootstrap/cwallet.sso Oracle PKI Tool : Version 11.1.1.7.0 Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.…
Get weblogic server plugin version
strings mod_wl.so | grep -i wlsplugins Sample response: WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859 WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859 WebLogic Server Plugin version 1.1 <WLSPLUGINS_11.1.1.7.0_SOLARIS.X64_130212.0859>