Posts

Showing posts from August, 2019

Weblogic AdminServer with SSL configurations

Steps to enable SSL configurations for all Admin Server tasks:  1) Enable SSL port using weblogic Admin console        Home >Summary of Servers >adminserver > General > SSL Listen Port Enabled 2) Upload the custom SSL keystore certificate in Keystores  tab section:       Keystores: Custom Identity and Custom Trust       Custom Identity Keystore: <path to keystore>       Custom Identity Keystore Passphrase: <password> 3) Update the Truststore alias and passwords in SSL tab section      Identity and Trust Locations: Keystore      Private Key Location: from Custom Identity Keystore      Private Key Alias: <alias name>      Private Key Passphrase: <password> 4) Update the custom wlctl or WLST command scripts to use SSL protocol instead of non-ssl protocol.    ...