Certificate expiry alerts can be configured for four (4) different alert levels. These alert levels can be configured independent of each other.
SLX # configure terminal 
                    
 
                SLX (config)# crypto cert expiry-level info period 60
SLX (config)#
                    
                SLX (config)# crypto cert expiry-level critical period 7
SLX (config)#
                    
                The certificate expiry alert level is configured for the Info and Critical levels only. The other levels are not configured. In this scenario, the following RASLOG entries are generated.
From sixtieth (60) day, till the eighth (8) day you will get RASLOG with the level info once, and from the seventh (7) day you will again recieve RASLOG with the critical level info only once.
A RASLOG with the level ERROR is generated from the day the certificate expires till the day the certificate is renewed.

Note