I have 2 doubts regarding SSL certificate listed below -
Is there anyway we can monitor certificate expiry?
What I meant is that I want to receive a notification email before 1 week or some N days prior
to my certificate expiry. I know the cloudflare automatically renews certificate.
What time does the cloudflare replaces the old certificate with a new one?
Is it exactly the same time at which the old certificate expires or some N days before
expiration.
I have a mobile app that uses HTTPS api calls for security reasons. That app uses the SSL certificate of my APIs that are hosted on cloudflare system. Some days back, the APIs SSL certificate expired and hence the existing customers of my app were not able to use it due to no response from the apis due to certificate expiry. I then downloaded the new certificate from the browser by accessing APIs using the url and then replaced with the old certificate. After this, I rolled out the new builds on Google and Apple store.
Hope you understand the doubts. I need help urgently. Thank you.
This can be done via external services, or you can enable Certificate Transparency Monitoring and you’ll get an e-mail when a certificate has been issued for your domain. It’s free (by some providers) and available from multiple providers, including Cloudflare in the Dashboard.
Usually some time prior to that, to account for any issues, in case it needs to be retried. Once the new one is issued it replaces the old.
What I don’t get is why you need to have the SSL certificate in the app’s code. it isn’t needed.