Previous Topic: DIGICERT Keyword—Certificate IdentificationNext Topic: DISPLAY Keyword—FDT Display Field


Examples: DIGICERT keyword

This example adds a digital certificate with the name CERT0001 to USER1:

TSS ADDTO(USER1) DIGICERT(CERT0001)
                 DCDSN(USER1.CERT.DATA)

This example lists all the digital certificates on a system:

TSS LIST(SDT) DIGICERT(ALL)

This example removes the digital certificate from the Security File:

TSS REMOVE(USER1) DIGICERT(CERT0001)

This example rolls over a certificate with a REKEY certificate:

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

This example generates a certificate named TEST within the acid record:

TSS GENCERT(myacid) DIGICERT(TEST)

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

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