Sample JCL to import CA-signed certificates for RACF
Use the following sample JCL to import the CA-signed certificates into RACF:
[yourJobCardHere]
//RACF EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RACDCERT ADD('yourCertificateChainDSN') +
WITHLABEL('yourCertificateLabel')
/*
//
//RACF EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RACDCERT ADD('yourCertificateChainDSN') +
WITHLABEL('yourCertificateLabel')
/*
//
The following information explains this JCL:
Statement | Description |
|---|---|
DSN | Name of the data set in which you uploaded the CA-signed certificate chain |
WITHLABEL | Label that you used when creating the certificate for the CSR The CA–signed version of this certificate replaces t he self-signed version. |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*