Previous Topic: UNTIL Keyword—Expire DateNext Topic: USER Keyword—Maintain Resource Access


USAGE Keyword—Certificate Trust Level

Valid on z/OS.

(Optional) Use the USAGE keyword to indicate the trust level for a digital certificate being added to a key ring.

This keyword has the following format:

TSS ADDTO(acid) KEYRING(8byte name)
                [LABLRING(237byte ring name)]
                {RINGDATA(acid,digicert)}
                {RINGDATA(CERTSITE,digicert)}
                {RINGDATA(CERTAUTH,digicert)}
                [DEFAULT]
                [USAGE(PERSONAL|CERTSITE|CERTAUTH)]
PERSONAL

Specifies that the certificate is generated for a user.

CERTSITE

Specifies a higher level of trust, for example, from the installation site.

CERTAUTH

Specifies the highest level of trust, for example, from a certificate authority.

This keyword is used with:

Examples: USAGE keyword

This example indicates that a certificate is a site certificate:

TSS ADDTO(USERA) KEYRING(USERARNG)
                 RINGDATA(USERB,USERBCER)
                 USAGE(CERTSITE)

This example indicates that a certificate is a certificate authority :

TSS ADDTO(USERA) KEYRING(USERARNG)
                 RINGDATA(USERB,USERBCER)
                 USAGE(CERTAUTH)