Adding personal certificates to a key repository

 

After the Certification Authority sends you a new personal certificate, add it to the key ring using the following procedure:

  1. Add the certificate to the RACF database using the following command:
    RACDCERT ID(userid2) ADD(input-data-set-name) WITHLABEL('label-name')

  2. Connect the certificate to your key ring using the following command:
    RACDCERT ID(userid1)
    CONNECT(ID(userid2) LABEL('label-name') RING(ring-name) USAGE(PERSONAL))

where:

 

Parent topic:

Working with the Secure Sockets Layer (SSL) on z/OS


sy12570_