Re: Query Verisign certificates

2004-05-04 Thread QM
On Tue, May 04, 2004 at 07:26:36AM -0700, Reese Williams wrote:
: I have quite a few Apache and IIS 5.0 web servers and I am looking to
: automate in a script notifications concerning certificate expirations.

You could also use Recon to do this for you --

http://www.BrandXDev.Net

Recon's advantage over using openssl x509 -text is that it queries the
server itself, emulating a client.  This way, you don't have to worry
about keeping cert files around, file mismatches, etc.  

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Query Verisign certificates

2004-05-03 Thread Reese Williams
Brand new to openssl. 
Anyone use openssl x509 -text -n /path/certificate-name.pem with a Verisign
certificate to get expiration date?
I have quite a few Apache and IIS 5.0 web servers and I am looking to automate in a script notifications concerning certificate expirations. 
Thanks.


Re: Query Verisign certificates

2004-05-03 Thread Joseph Bruni
Try using the -enddate option to get the expiration date.
On May 3, 2004, at 12:50 PM, Reese Williams wrote:
Brand new to openssl.
 Anyone use openssl x509 -text -n /path/certificate-name.pem with a 
Verisign
certificate to get expiration date?
I have quite a few Apache and IIS 5.0 web servers and I am looking to 
automate in a script notifications concerning certificate expirations.
 Thanks.
 
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]