Enabling 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 master host.

  • This is an offline operation.

To enable SSL in a configuration template configured system:

  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. Alternatively you can repeatedly run:
    ./ssl.sh internalssl true
    

    Then run the channel command 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 now runs with SSL, with all WebLogic managed servers using the internal SSL.