Exporting the certificate to a data set
Next, we export this certificate to a data set so that we can use it on the system where Copy Services Manager is running.
Procedure
- Use the DSN parameter to specify the output-data-set-name.
- You may use any data set name. In our case we chose 'TPCR.LOCCERTA.CERT' as the name.
- Issue the command in the following example to create the 'TPCR.LOCCERTA.CERT' data set.
Example
Sample RACF commands to create
RACDCERT EXPORT (LABEL('TPCR Local Certificate Authority')
CERTAUTH DSN('TPCR.LOCCERTA.CERT') FORMAT(CERTDER))