Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
cris_hansen
Advisor
Advisor


We can use report SSF_ALERT_CERTEXPIRE to check for expired certificates in PSEs (or certificates that are about to expire):




The expected message is an email containing the PSE name that needs to be analyzed:



It is possible that, given a configuration issue, the actual message is not valid:



This can be resolved by using transaction code ALRTCATDEF.

After double clicking "Security-Relevant Alerts", the properties present "Expiry of Certificates (SNC, SSF, SSL...)".

The messages are defined in tab "Long and Short Text":



If there are red lights in "Short Text (SMS, Pager)" and "Long Text (E-Mail, Fax)", then this is the reason for the incorrect message.

It is necessary to edit it (clicking "Display/Change" button in the toolbar), adding:

"...

Certificate expires in &DAYS& days in system &SYS& (PSE type > &PSE&)

..."

for the first (short text):


And:

"...

The system determined that a certificate of PSE type >&PSE&<(administered by system &SYS&) expires in &DAYS& days.

You must extend or renew this certificate immediately.

Run the report SSF_ALERT_CERTEXPIRE. This report produces a list of all installed certificates, together with their expiration dates.

Alternatively, call transaction STRUST. The message displayed contains the PSE type (a node) in which you can find the certificate in question.

..."

for the second (long text):


The issue is resolved.

References

SAP Note 572035 - Warning about expired security certificates

SAP Note 588297 -  Warnings about security certificates in the system logs

KBA 1493038 - Error SALERT125 "Internal error in configuration" in Alert management using transaction ALRTCATDEF


 
5 Comments