Hi there,
What happens when a Let’s Encrypt certificate is renewed in the day 60-90 window, when the old certificate is still before its expiry date?
I’m looking to run a script that retrieves the issued certificate from our server and updates it on third party services, but if the certificate has been renewed before my script runs, is the old certificate invalidated?
Example:
letsencrypttest.com has an SSL cert issued on 1 Jan 2018, with an expiry of 1 April 2018. My script retrieves that certificate and deploys it to the third party services.
The server hosting letsencrypttest.com automatically renews the certificate on day 62 (4 March 2018), but my script to take the renewed certificate and copy that to the third party services doesn’t run for another few days after that.
Will the third party services that use that SSL report that it is valid? Or would we get an invalid certificate error immediately after the renewal of the certificate?
Thanks.