************************************************ * 3 - Keyring and Certificate Security TSS.txt * ************************************************ * TOP SECRET Examples * * Keyring Access Top Secret Example TSS PERMIT(FTPD) RDATALIB(..LST) ACCESS(READ) * Resource rule for Global profile checking * Allow access to a keyring owned by FTPD TSS PERMIT(FTPD) IBMFAC(IRR.DIGTCERT. LISTRING) ACCESS(READ) * Allow access to a Keyring owned by another user’s userid TSS PERMIT(FTPD) IBMFAC(IRR.DIGTCERT. LISTRING) ACCESS(UPDATE) Certificate Private Key Access TOP SECRET Example TSS GENCERT(FTPD) DIGICERT(FTPSCERT) SUBJECTN('CN="FTPd Server Certificate"') * Resource rule for Private Key of a Personal certificate not owned by FTPD: TSS PERMIT(FTPD) RDATALIB(..LST) ACCESS(UPDATE) * Resource rule for Private Key of a SITECERT certificate: TSS PERMIT(FTPD) IBMFAC(IRR.DIGTCERT.GENCERT) ACCESS(CONTROL)