
1arryb
User
Feb 26, 2009, 10:43 AM
Post #2 of 2
(948 views)
|
|
Re: [mattman] Extract expiration date from a PFX file digital certificate
[In reply to]
|
Can't Post
|
|
mattman, A quick Google indicates that the trick is decoding the certificate, not parsing the result. Here's one writeup at: http://www.planetlarg.net/closed-source/websec-certificate-decode.htm. Once you've got the certificate in plain text, it will be trivial to extract the expiration date. update: For more on PFX and related standards, try the X.509 wiki at: http://en.wikipedia.org/wiki/X.509 Good luck, Larry
(This post was edited by 1arryb on Feb 26, 2009, 10:46 AM)
|