Subject: | Feature Request - certificate expiry time |
I'm trying to write a tool to check the expiry dates of all my SSL enabled servers. Unfortunately, it doesn't look like I can extract the date and time from $server_cert. I would like a function similiar to X509_get_subject_name(), but called X509_get_expiry_date(). Is this easy to do?