The example below will generate a site certificate that is signed by the CA certificate created above.
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 CA-label-name in the following example with the label assigned to the CA certificate created above.
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 GENCERT -
ID(START2) -
SUBJECTSDN(CN('Your Common Name') -
OU('Your Organizational Unit'') -
O('YourOrganization') -
C('YourCountry')) -
NOTAFTER(DATE(yyyy-mm-dd)) -
WITHLABEL(‘Site-label-name') -
SIGNWITH(CERTAUTH LABEL('CA-label-name'))
[ Top of Page | Previous Page | Next Page | Contents | Index ]