Configure Node Manager Keystores
Edit the "$WL_HOME/common/nodemanager/nodemanager.properties" fileAdd the following entries. The values used reflect the information used to create the keystores above.
KeyStores=CustomIdentityAndCustomTrust
CustomIdentityKeystoreType=jks
CustomIdentityKeyStoreFileName=/home/oracle/keystore/identity.jks
CustomIdentityKeyStorePassPhrase=password1
CustomIdentityPrivateKeyPassPhrase=password1
CustomIdentityAlias=selfsigned
CustomTrustKeystoreType=jks
CustomTrustKeyStoreFileName=/home/oracle/keystore/trust.jks
CustomTrustKeyStorePassPhrase=password1
Restart the node manager.
No comments:
Post a Comment