SSL Certificate Monitoring is triggering for me

It seems like that the autogenerated letsencrypt certificate for one of my fly apps (cfps-cors-proxy using the .fly.dev domain) has the certificate expire in 29 days. Recommended is to renew letsencrypt certificates with at least 30days remaining (and I believe in the past that this always happened). So just want to make sure that there is no bug in certificate renewal and it will be renewed on time.

we renewed the *.fly.dev certificate today: https://crt.sh/?q=*.fly.dev&exclude=expired&group=none

it’s normal to see an old certificate being used after it’s renewed: our edge proxy only reloads the certificate from disk when it expires, or when a new proxy version is deployed (usually happens a couple times a week).

1 Like

Perfect. Just wanted to make sure its all in order before it gets to close of becoming critical :slight_smile: