Previous Topic: NEWDIGIC Keyword—Name CertificateNext Topic: NISTECC Keyword—Generate Key with NISTECC


NEWLABLC Keyword—Label Associated with Certificate

Valid on z/OS.

Use the NEWLABLC keyword to specify an optional and case‑sensitive label associated with the certificate being added to the user. Spaces are allowed if you use single quotes. This label is used as a descriptive identifier for a certificate, and must be unique for the individual user. If a label is not specified, the label field will default to the value specified within the NEWDIGIC keyword.

This keyword has the following format:

TSS ADDTO NEWLABLC(labelname)
label‑name

Specifies a label name for the new certificate. If a label is not specified, the label field will default to the value specified within the NEWDIGIC keyword.

Length: Up to 32 characters

This keyword is used with:

Example: NEWLABLC keyword

This example associates the label new_certificate_name with the certificate.

TSS REKEY(user1) DIGICERT(cert0001)
                 NEWDIGIC(CERT0002)
                 KEYSIZE(512)
                 NEWLABLC(new_certificate_name)