Authorizing User to Key Ring
Some versions of z/OS require that the Platform Server user ID be granted access to a RACF facility class before using the key ring.
See the following example on how the required RACF command grant access to the RACF facility class IRR.DIGTCERT.LISTRING:
PERMIT IRR.DIGTCERT.LISTRING CLASS(FACILITY) ID(useid) ACCESS(READ)
Note: After executing this RACF command, you must refresh the RACF facility class through the
SETROPTS REFRESH command.