Note: The Customization tool does
not add the keyring and certificate authority (CA) for the control region
adjunct's (CRA's) user ID. To avoid receiving a security exception when starting
the CRA with global security enabled, issue the following RACF commands after
running the customized BBOCBRAK job:
RACDCERT ID(adjunct_ID) ADDRING(keyring_name)
RACDCERT ID(adjunct_ID) CONNECT(CERTAUTH LABEL('certificate_authority_that_you_defined') RING(keyring_name)
For example:
RACDCERT ID(CRA1) ADDRING(S1HRING)
RACDCERT ID(CRA1) CONNECT(CERTAUTH LABEL('PVT CA') RING(S1HRING)