The example below will generate a Certificate Authority (CA) certificate. Replace the 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 -
CERTAUTH -
SUBJECTSDN(OU(‘YourOrganizationalUnit') -
O('YourOrganization') -
L('YourLocality') -
SP('YourState/Province') -
C('YourCountry')) -
NOTAFTER(DATE(yyyy-mm-dd)) -
WITHLABEL('CA-label-name') -
KEYUSAGE(CERTSIGN)
[ Top of Page | Previous Page | Next Page | Contents | Index ]