Sample JCL to export a self-signed certificate for RACF
[yourJobCardHere]
//RACF EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RACDCERT EXPORT ( LABEL('yourLabelHere') ) +
DSN('yourDataSetNameHere') FORMAT(CERTDER)
/*
//
//RACF EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RACDCERT EXPORT ( LABEL('yourLabelHere') ) +
DSN('yourDataSetNameHere') FORMAT(CERTDER)
/*
//
The following information explains this JCL:
Statement | Description |
|---|---|
LABEL | Value that you used for the WITHLABEL parameter of the GENCERT command |
DSN | Name of the data set where the certificate will be exported. You will subsequently specify this data set name in your UIM configuration. |
FORMAT | Certificate standard that you want to use. Several common standards are available. Specifying CERTDER exports the certificate in x.509 format, which UIM accepts. |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*