Default language.

Sample JCL to create a CSR for RACF


Use the following sample JCL to create a Certificate Signing Request (CSR) for use with RACF:

[yourJobCardHere]
//RACF EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RACDCERT GENREQ ( LABEL('yourCertificateLabel') ) +
                DSN( 'yourRequestDSN')
/*
//

The following information explains this JCL:

Statement

Description

LABEL

Value that you used for the WITHLABEL parameter with the GENCERT command

DSN

Name of the data set in which the CSR should be created

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Installation System