Application Performance Analyzer for z/OS, Version 11.1, Customization Guide

Create the Key Ring

This task creates a key ring to store the digital certificates generated above.

The name of the key ring must match the name specified in the KeyRing parameter of the TTLSEnvironmentAction statement within the AT-TLS policy rule defined for the Application Performance Analyzer Listener. Refer back to the section ‘Define the AT-TLS Policy Rules' for the name assigned to KeyRing. The example below creates the key ring named APAListAKeyRing and stores the digital certificates in this key ring. Replace APAListAKeyRing with the name specified in the KeyRing parameter of the TTLSEnvironmentAction statement.

The user ID associated with the Application Performance Analyzer Listener started task must be assigned ownership of the key ring. In this example, START2 is the user ID that has been associated with the Application Performance Listener started task during the customization of the Application Performance Analyzer Listener. Replace START2 in the following example with the Application Performance Analyzer Listener user ID defined at your installation.

Replace other values shown in italics with values appropriate for your installation.

//RACDCERT EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSUADS  DD DSN=SYS1.UADS,DISP=SHR
//SYSLBC   DD DSN=SYS1.BRODCAST,DISP=SHR
//SYSTSIN  DD *
RACDCERT ADDRING(APAListAKeyRing) ID(START2)
RACDCERT CONNECT(CERTAUTH LABEL('CA-label-name') -
   RING(APAListAKeyRing)) ID(START2)
RACDCERT CONNECT(ID(START2) LABEL('Site-label-name') -
   RING(APAListAKeyRing) DEFAULT) ID(START2)



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]