Previous Topic: NBDATE and NBTIME Keywords—Date Certificate ActivatesNext Topic: NEWLABLC Keyword—Label Associated with Certificate


NEWDIGIC Keyword—Name Certificate

Valid on z/OS.

Use the NEWDIGIC keyword to specify the name that identifies a digital certificate within an acid record. The NEWDIGIC name must be entered as part of all ROLLOVER and REKEY functions since this keyword indicates the new name used in the digital certificate.

This keyword has the following format:

TSS REKEY NEWDIGIC(name)
name

Specifies a “case-sensitive” ID that identifies a NEW digital certificate with the user acid.

Range: 1 to 8 characters

The keyword is used with:

Example: DIGICERT keyword

This example generates a new (NEWDIGIC) based on certificate in DIGICERT field:

TSS ROLLOVER(myacid) DIGICERT(TEST)
                     NEWDIGIC(NEWTEST)

This example generates a new certificate (NEWDIGIC) based on certificate in DIGICERT field:

TSS REKEY(myacid) DIGICERT(TEST)
                  NEWDIGIC(NEWTEST)