Previous Topic: TRANSACTIONS Keyword—Specific TransactionNext Topic: TSOCOMMAND Keyword—Default TSO Logon Command


TRUST Keyword—Associate a Certificate to a User

Valid on z/OS.

Use the TRUST keyword to associate a digital certificate with a user. NOTRUST is the default.

Note: HITRUST is only valid for the ACID named CERTAUTH.

This keyword has the following format:

TSS ADDTO(acid) DIGICERT(name)
                TRUST|NOTRUST|HITRUST

This keyword is used with:

Example: TRUST keyword

This example associates a digital certificate with the name CERT0001 to USER1:

TSS ADDTO(USER1) DIGICERT(CERT0001)
                 TRUST

This example removes the digital certificate association:

TSS REPLACE(USER1) DIGICERT(CERT0001)
                   NOTRUST