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

Follow these steps:

  1. Copy member PRTCPSSL from the CAW0OPTN data set to your mainframe where CCISSL is executing. This member contains the CAICCI PROTOCOL statement that drives CAIENF/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. You can also specify one or more SSL parameters. Semicolons separate these parameters with the PROTOCOL statement:
    PROTOCOL(TCPSSL,Port;SSLKeyword1=SSLValue1;
    SSLKeyword2=SSLvalue2;…,1,MyMainFrameCCISysid,16384)
    

    Port is the port number on which CCISSL listens for connections. If the port number is 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 CAIENF proc.