Previous Topic: STCACT Keyword—Operator AccountabilityNext Topic: SUSPEND Keyword—Prevent Access after Violation


SUBJECTN—Certificates DN

Valid on z/OS.

Use the SUBJECTN keyword to specify the ACID's distinguished name in a digital certificate. The values override the values contained in the certificate request in the DCDSN data set. The attributes can consist of:

You can use A‑Z and 0‑9. The exception is C=COUNTRY. This is a 2‑digit value field.

If DCDSN or SUBJECTN is not specified, the SUBJECTN defaults to the acid's name field.

Notes:

This keyword has the following format:

TSS GENCERT SUBJECTN{('CN="common‑name"
                     T="title"
                     OU="organizational‑unit‑name1,
                       organizational‑unit‑name2"
                     O="organizational‑name"
                     L="locality"
                     ST="state—or—province"
                     C="2‑digit‑only‑country"')}

This keyword used with:

Example: SUBJECTN keyword

This example specifies SUBJECTN:

TSS GENCERT(user1) DIGICERT(cert00001)
                   SUBJECTN ('CN=john doe OU=payroll')

This example specifies a SUBJECTN parameter value which contains blanks enclosed within double quotes:

TSS GENCERT(user1) DIGICERT(cert00001)
                   SUBJECTN ('CN="john doe" O="Company" OU="TSS Development"')