Which ACF2 report or command will list all certificate's expiration date
search cancel

Which ACF2 report or command will list all certificate's expiration date

book

Article ID: 227233

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2

Issue/Introduction

Is there an ACF2 report or command to list certificates and their expiration dates?

 

Environment

Release : 16.0

Component :

Resolution

There is a report called SAFCRRPT and one of its functions is to provide a listing with
expiry date.

Record id - SELFSIGN.CERT              Signed by:  None - Self-Signed        
          Expire Date     2022/06/12                                         
                                                                             
Record id - SELFSIGN.CERT1             Signed by:  None - Self-Signed        
          Expire Date     2020/11/22                                         
                                                                             
Record id - SELFSIGN.CERT2             Signed by:  None - Self-Signed                                            
          Expire Date     2020/11/22                     

The JCL used to create this report looks like this.                 

//SAFRPTCR EXEC PGM=SAFCRRPT,REGION=64M 
//SYSUDUMP DD SYSOUT=*                  
//SYSPRINT DD SYSOUT=*                  
//SYSIN DD *                            
RECORDID(-) FIELDS(EXPIRE)              
//                                      

There are other parameters that can be used to further enhance the report.
Details of the report can be seen at section SAFCRRPT Certificate Utility.