Previous Topic: PHYSKEY Keyword—Support External Authentication DevicesNext Topic: POSIT Keyword—Class POSIT Number


PKCSPASS Keyword—Specify Certificate Password

Valid on z/OS.

Use the PKCSPASS keyword to specify the password associated with a PKCS#12‑formatted digital certificate. A password is required if the data set contains a PKCS#12‑format certificate that is password protected.

Notes:

This keyword has the following format:

TSS CHKCERT DCDSN(inputdatasetname)
            PKCSPASS(pkcs#12password)

This keyword can be used with:

Example: PKCSPASS

This example sets the password to 'J Doe12345 Pwnew".

TSS CHKCERT DCDSN(user1.cert.data)
            PKCSPASS('J Doe12345 Pwnew')