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(R) 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: