Previous Topic: Start and Stop CCISSLGW

Next Topic: Create and Populate the HFS Key Database

Automate CCISSLGW

You can automate the starting and stopping of CCISSLGW with the initiation and termination of the ENF/CAICCI address space.

To automate CCISSLGW

  1. Copy member PRTCPSSL from the CAW0OPTN data set to your mainframe where CCISSLGW will be executing.

    This member contains the CAICCI PROTOCOL statement that drives ENF/CAICCI to start the CCISSLGW proc with specified runtime options.

  2. Edit this file to change the fourth argument of the PROTOCOL statement, which specifies the sysid of your mainframe. The default value is MyMainFrameCCISysid.
  3. Specify one or more SSL parameters, separated by semicolons (;) through the PROTOCOL statement. The second argument, which allows the specification of optional network parameters, can also be used to pass SSL-related information. SSL options and values can be defined by the proc PARM field.
    PROTOCOL(TCPSSLGW,Port;SSLKeyword1=SSLValue1;
    SSLKeyword2=SSLvalue2;…,1,MyMainFrameCCISysid,16384)
    
  4. Add or concatenate the contents of this file to the existing data set pointed to by the ENFPARMS DD statement within your ENF proc.