I'm using openssl to do this task. After download openSSL(http://www.openssl.org/related/binaries.html) our CF application runs a bat with this command:
openssl x509 -in %path2PEMfile% -noout -enddate Cheers Marco Antonio On Thu, Jul 24, 2008 at 3:44 PM, Mike Henry <[EMAIL PROTECTED]> wrote: > I have a need to validate a client certificate in Coldfusion. Part of the > validation is to determine if the certificate is still valid (based on > "valid from" and "valid to" dates). Within Coldfusion, I only have access > to the following client certificate parms: > > CGI.Cert_subject > CGI.Cert_Name > CGI.Cert_Issuer > > Is there a way to get the cert dates? Perhaps there is some kind of C++ > custom tag or other library? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309662 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

