SSL Certificate Expiry notification with X Number of days
It would be great to be able to set the number of days for which a Notifcation of an SSL certificate takes place.
Due to a number of external factors we normally plan SSL replacements 60 days in advance so the 20 day expiry warning that is currently set will not be viable.

-
Ian Llewellyn commented
I'd appreciate if the warning days were configurable, so I could change the first and second warnings could be changed to 60 days and 20 days for example.
-
Trond Boksasp commented
I fully support this suggestion!
As a workaround until they decide to implement this, you can run a scheduled script (e.g. PowerShell) against the dbo.Certificate table in the database to get the expiry date of the certificates. You can then set your own X number of days to compare the expiry date with, and notify people when they need to know.