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.

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

This keyword has the following format:

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

Specifies that the certificate is valid for the user, site, or CA and the private key is not compromised.

On a:

NOTRUST

Indicates that the certificate is not trusted.

HITRUST

Specifies that the certificate is both highly trusted and trusted. Certificate usage applying to trusted certificates also applies to highly trusted certificates. Only CA certificates (CERTAUTH) can be highly trusted.

The trust status is set to the CA's trust status if the:

The default trust status for self-signed certificates is TRUST.

The trust status is set to NOTRUST if the certificate being added or generated:

The trust status of the new certificate is set to TRUST if the trust status comes from a signing certificate with HITRUST.

If TRUST is not specified and the certificate is signed by another certificate:

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)
                 DCDSN(cert.dataset.p12
                 TRUST

This example removes the digital certificate association:

TSS REPLACE(USER1) DIGICERT(CERT0001)
                   NOTRUST