I need to write an app that retrieves data on expiring SSL certs. What is the best way to locate this data for application purposes?
+1
A:
NotBefore Property - Gets the date in local time on which a certificate becomes valid.
NotAfter Property - Gets the date in local time after which a certificate is no longer valid.
dtb
2010-04-20 01:07:41
Thanks for the help. I will be writing this application in the upcoming month and let you know how it works out.
dan_vitch
2010-04-20 21:30:33
+1
A:
For your reference, here are a few applications that do this type of thing. They may give you some ideas regarding features and interface.
bignum
2010-04-21 08:21:15