Re: obtaining expiry dates

2003-01-22 Thread qm180
: I'm trying to write an automated script to check for pending expiry dates in : SSL certs. Depending on your end-goal, this may or may not help you -- but if you're just looking for something to poll your servers and flag pending cert expirations, you may want to check out Recon: http://

Re: obtaining expiry dates

2003-01-14 Thread qm180
: I'm trying to write an automated script to check for pending expiry dates in : SSL certs. Depending on your end-goal, this may or may not help you -- but if you're just looking for something to poll your servers and flag pending cert expirations, you may want to check out Recon:

Re: obtaining expiry dates

2003-01-13 Thread Ryan Johnson
I extracted netscape certs using the s_client switch. openssl s_client -connect host:port -showcerts > cert.pem just get rid of everything but the -Begin Cetificate- -End Certificate - in my case we use verisign certs and am presented with two certs. One being the intermedia

Re: obtaining expiry dates

2003-01-11 Thread Vadim Fedukovich
On Fri, Jan 10, 2003 at 04:52:07PM -, Dicks, Gareth M wrote: > Hi, > > I'm trying to write an automated script to check for pending expiry dates in > SSL certs. I know how to get this info from a standard cert file in X509 > format:- > > openssl x509 -in cert.cer -enddate > > The problem is

obtaining expiry dates

2003-01-11 Thread Dicks, Gareth M
Hi, I'm trying to write an automated script to check for pending expiry dates in SSL certs. I know how to get this info from a standard cert file in X509 format:- openssl x509 -in cert.cer -enddate The problem is I have inherited a set of iPlanet web servers with the certs already loaded with no