Is there an ACF2 report or command to list certificates and their expiration dates?
Release : 16.0
Component :
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.