Enable SSL in a Configuration Template Configured System

This task provides the same SSL internal channel configuration as provided by the BI configuration assistant for systems configured using WLST or by direct application of configuration templates in the WebLogic configuration assistant.

Assumptions:

  • You run commands from the primary host.

  • This is an offline operation.

  1. Run the following commands:
    <domain_home>/bitools/bin/ssl.sh regenerate <days>
    <domain_home>/bitools/bin/ssl.sh targetapps bi_cluster
    
  2. For each new server run:
    ./ssl.sh channel <new_bi_server> <port>
    
  3. Do one of the following:
    • Run the command:

      ./ssl.sh internalssl true

    • Run the ./ssl.sh internalssl true repeatedly, and run the <<other commands>> as indicated in the internalssl command's error message

  4. Restart the domain using ./start.sh.
  5. Check WebLogic certificates and corresponding trust are correctly configured using:

    ./ssl.sh report

Post conditions

The domain runs with SSL and all the WebLogic managed servers using the internal SSL.