1 - Digital Certificates Overview RACF download ******** * RACF * ******** //RACFADM EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * /* GENCERT CA Root Certificate */ RACDCERT GENCERT CERTAUTH WITHLABEL('US Root Cert') + SUBJECTSDN(CN('USRootCert') OU('MyCo') C('US')) /* GENCERT CA Intermediate 1 Certificate */ RACDCERT GENCERT CERTAUTH WITHLABEL('Intermediate One') + SUBJECTSDN(CN('InterOperations') OU('MyCo') C('US')) + SIGNWITH(CERTAUTH LABEL('US Root Cert')) /* GENCERT CA Intermediate 2 Certificate */ RACDCERT GENCERT CERTAUTH WITHLABEL('Intermediate Two') + SUBJECTSDN(CN('Inter2Operations') OU('MyCo') C('US')) + SIGNWITH(CERTAUTH LABEL('Intermediate One')) /* GENCERT Personal User Certificate */ RACDCERT GENCERT ID(USER002) WITHLABEL('USRTEST User') + SUBJECTSDN(CN('USRTESTOperations') OU('MyCo') C('US')) + SIGNWITH(CERTAUTH LABEL('Intermediate Two')) /* RACF OUTPUT RACDCERT LISTCHAIN(LABEL('USRTEST User')) Certificate 1: Digital certificate information for user USER002: Label: USRTEST User Certificate ID: 2QfC08HUyfDy5OLZ48Xi40DkooWZ Status: TRUST Start Date: 2021/02/17 00:00:00 End Date: 2022/02/17 23:59:59 Serial Number: >01< Issuer's Name: >CN=Inter2Operations.OU=MyCo.C=US< Subject's Name: >CN=USRTESTOperations.OU=MyCo.C=US< Signing Algorithm: sha256RSA Key Type: RSA Key Size: 2048 Private Key: YES Ring Associations: *** No rings associated *** Certificate 2: Digital certificate information for CERTAUTH: Label: Intermediate Two Certificate ID: 2QiJmZmDhZmjgcmVo4WZlIWEiYGjhUDjppZA Status: TRUST Start Date: 2021/02/17 00:00:00 End Date: 2022/02/17 23:59:59 Serial Number: >01< Issuer's Name: >CN=InterOperations.OU=MyCo.C=US< Subject's Name: >CN=Inter2Operations.OU=MyCo.C=US< Signing Algorithm: sha256RSA Key Usage: CERTSIGN Key Type: RSA Key Size: 2048 Private Key: YES Ring Associations: *** No rings associated *** Certificate 3: Digital certificate information for CERTAUTH: Label: Intermediate One Certificate ID: 2QiJmZmDhZmjgcmVo4WZlIWEiYGjhUDWlYVA Status: TRUST Start Date: 2021/02/17 00:00:00 End Date: 2022/02/17 23:59:59 Serial Number: >01< Issuer's Name: >CN=USRootCert.OU=MyCo.C=US< Subject's Name: >CN=InterOperations.OU=MyCo.C=US< Signing Algorithm: sha256RSA Key Usage: CERTSIGN Key Type: RSA Key Size: 2048 Private Key: YES Ring Associations: *** No rings associated *** Certificate 4: Digital certificate information for CERTAUTH: Label: US Root Cert Certificate ID: 2QiJmZmDhZmjgeTiQNmWlqNAw4WZo0BA Status: TRUST Start Date: 2021/02/17 00:00:00 End Date: 2022/02/17 23:59:59 Serial Number: >00< Issuer's Name: >CN=USRootCert.OU=MyCo.C=US< Subject's Name: >CN=USRootCert.OU=MyCo.C=US< Signing Algorithm: sha256RSA Key Usage: CERTSIGN Key Type: RSA Key Size: 2048 Private Key: YES Ring Associations: *** No rings associated *** Chain information: Chain contains 4 certificate(s), chain is complete Chain contains no ring in common READY END