RACDCERT command
About this task
- CN
- common-name
- OU
- organization-unit name
- O
- organization-name
- C
- country
You may use the following optional parameters:
- NOTAFTER(DATE(yyyy-mm-dd) TIME(hh:mm:ss))
- The local date and time after which the certificate is no longer valid SIZE Key-size
- KEYUSAGE
- A combination of the following possible values: HANDSHAKE, DATAEN-CRYPT, DOCSIGN, CERTSIGN
Issue the RACF command shown in the following example:
Example
Sample RACF RACDCERT command
RACDCERT GENCERT ID(SETUP) SUBJECTSDN(CN('TPCR Client') OU('Hyperswap Server')
O('TPCR') C('US')) WITHLABEL('Hyperswap Manager')
SIGNWITH(CERTAUTH LABEL('TPCR Local Certificate Authority')) KEYUSAGE(HANDSHAKE)