- At the host, run the following command for each application. In this example, the application name is represented as APPNAME and a generic value is used for KEYMASKED.
RDEF PTKTDATA APPNAME SSIGNON (KEYMASKED(01F2F3F4F5F6F7)) UACC(NONE)
 |
RACF requires the APPNAME for the TSO application to be a concatenation of TSO and the system ID string, for example:
TSOSID1 |
- After you have created a profile for each application, type the following command at the server to make the profiles available to the system:
SETR RACLIST(PTKTDATA) REFRESH
- Check the TCP.PROFILES file on the server. To define a secure port, the KEYRING SAF, CLIENTAUTH SAFCERT and the EXPRESSLOGON parameters must be present in the TELNETPARMS section, as shown in the following example.
 |
In this example, other parameters are omitted. |
TELNETPARMS
SECUREPORT 523 KEYRING SAF MYRINGNAME
CLIENTAUTH SAFCERT
EXPRESSLOGON
ENDTELNETPARMS
|