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


SUBJECTN Keyword—Certificate 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 you do not specify DCDSN or SUBJECTN, 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"
                     O="organizational‑name"
                     L="locality"
                     ST="state—or—province"
                     C="2‑digit‑only‑country"')}

This keyword is 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 that contains blanks enclosed within double quotes:

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

This example specifies a SUBJECTN parameter value that contains multiple values for organizational unit:

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