Thursday, April 19, 2012

SSL trouble on Weblogic 12c (12.1) nodemanger

On 12.1 version of weblogic:
Trying to configure SSL on nodemanger.
After setting the CustomIdentityKeyStorePassPhase  and CustomIdentityPrivateKeyPassPhase attributes in the nodemanager.properties file in clear text and restarting the nodemanager,
the values are not being replaced with the encrypted value.

On 10.3.X series it is working fine and values are being encrypted.

Workaround:
If you take the nm_data.properties file from a 10.3.x version (wlserver_10.3\common\nodemanager) and place it in (wlserver_12.1\common\nodemanager) path and then run a fresh startnodemanager.sh
The  CustomIdentityKeyStorePassPhase  and CustomIdentityPrivateKeyPassPhase values in nodemanager.properties are getting encrypted and also it deletes the nm_data.properties file.

1 comment:

Anonymous said...

Nice find!