Previous Topic: DCDSN Keyword with ADDTO—Data Set Containing CertificateNext Topic: DCENCRY Keyword—Encryption Key Value


Example: DCDSN keyword

This example adds a digital certificate contained in z/OS and data set USER1.CERT.DATA to USER1:

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

This example generates a self‑signed certificate authority certificate from a PKCS #10 request.

TSS GENCERT(CERTAUTH) DIGICERT(Account)
                      DCDSN(CERTREQ.REQ)
                      NBDATE(05/01/02)
                      NADATE(05/01/03)