Connect E2EAdapterCA public key to E2E Agent Keyring

Procedure

  1. Connect the E2E adapter CA certificate as a trusted (CERTAUTH) certificate to the RACF keyring that is used by the E2E agent as its truststore.
    RACDCERT ID(E2EUSER) CONNECT(CERTAUTH RING(E2EAgentKeyring) 
    LABEL('E2EAdapterCA')  USAGE(CERTAUTH))
  2. Verify that the E2E agent's keyring contains the correct certificates.
    RACDCERT ID(E2EUSER)  LISTRING(E2EAgentKeyring)

    The following screen capture shows the LISTRING response:

    Ring:
         >E2EAgentKeyring<
     Certificate Label Name                Cert Owner      USAGE       DEFAULT
    --------------------------------       -----------     --------    ------- 
    E2EAgentCA                             CERTAUTH        CERTAUTH       NO
    E2EAgentServerCert                     ID(E2EUSER)     PERSONAL       NO
    E2EAdapter                             CACERTAUT       CERTAUTH       NO
  3. Activate the RACF definition.
    SETROPTS  RACLIST(DIGTCERT) REFRESH