Add the CA and server certificates to a key ring

Regardless of which signing method was used, we now have 2 trusted certificates, EQAPROF.cert and CA.cert, in the database. The next sample RACF commands will create a key ring, EQAPROF.keyring, and add both certificates to the key ring. The server certificate is marked as the default certificate for this key ring.

RACDCERT ID(STCEQA) ADDRING(EQAPROF.keyring)
RACDCERT ID(STCEQA) CONNECT(CERTAUTH LABEL('CA.cert') RING(EQAPROF.keyring))
RACDCERT ID(STCEQA) CONNECT(LABEL('EQAPROF.cert') RING(EQAPROF.keyring) DEFAULT)
SETROPTS RACLIST(DIGTCERT) REFRESH