Previous Topic: Start CCISSL

Next Topic: Start and Stop CCISSL from the Console

Automate CCISSL

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

To automate CCISSL

  1. Copy member PRTCPSSL from the CAW0OPTN data set to your mainframe where CCISSL will be executing. This member contains the CAICCI PROTOCOL statement that drives ENF/CAICCI to start the CCISSL 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. Define SSL options and values by the proc PARM field. However, you can also specify one or more SSL parameters, separated by semicolons (;) with the PROTOCOL statement:
    PROTOCOL(TCPSSL,Port;SSLKeyword1=SSLValue1;
    SSLKeyword2=SSLvalue2;…,1,MyMainFrameCCISysid,16384)
    

    where Port is the port number on which CCISSL will listen for connections. If the port number is to be specified, it must be the first network parameter.

  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.