SSL renewal was completed but it is showing NET::ERR_CERT_DATE_INVALID error

It shows Success: SSL renewal completed but when I go to my site it is still showing NET::ERR_CERT_DATE_INVALID error on the browser?

All browsers have default inbuilt certificate list of various SSL’s (secure socket layer). In SSL , clocks are used for certificate validation . Certificates used by websites which are considered to be secure (their URL begins with “https://”) are only issued for a certain period of time. If a website presents a certificate with a validity period that doesn’t match the current value of your system’s clock, browsers can’t verify that the connection is secure. Any mismatch in the certificates causes SSL Connection Error in the browser. …How to solve