Previous Topic: KERBVIO Keyword—Count Attempts to Use a KeyNext Topic: KEYSIZE Keyword—Specify Key Size


KEYRING Keyword—Add a Key Ring to a User

Valid on z/OS.

Use the KEYRING keyword to:

When used with ADDTO, this keyword has the following format:

TSS ADDTO(acid) KEYRING(8byteringname)

When used with LIST, this keyword has the following format:

TSS LIST(ACIDS) KEYRING(ALL)

For each certificate connected to the key ring, the following information is displayed:

Key rings can be listed for ACID types user, CERTAUTH, and CERTSITE.

This keyword is used with:

Examples: KEYRING keyword

This example adds a key ring to a user:

TSS ADDTO(USER01) KEYRING(CASRING)

This example identifies the key ring by its ring name or by its label:

TSS LIST(acid) {KEYRING(8‑byte ring name)}
               {LABLRING(237‑byte ring label)}

This example lists all the ACIDs and the key rings associated with them:

TSS LIST(ACIDS) KEYRING(ALL)

This example lists information on a specific key ring:

TSS LIST(acid) LABLRING(name)

This example displays all key rings associated with a particular user:

TSS LIST(user01) KEYRING(ALL)