Previous Topic: Start and Stop CCISSLGWNext 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 CAIENF/CAICCI address space.

Follow these steps:

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

    This member contains the CAICCI PROTOCOL statement that drives CAIENF/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, which semicolons separate (;) through the PROTOCOL statement. The second argument, which allows the specification of optional network parameters, can also be used to pass SSL-related information. The proc PARM field can define SSL options and values.
    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 CAIENF proc.