"Kalpesh U. Patel" wrote:
> 
> How can I check when the certifcate will expire?
> 
> Is there a command that I can run to check this
> 
> kal
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]


Try this command:

     openssl x509 -in cert.pem -dates -noout 

You will see two dates: notBefore and notAfter, which are validation
period. 
(I am runnig Linux, I am not sure if you can run this from command
prompt on NT) 

___________________________________________________________________
Houman Ghaemi                       www.stormix.com     
Software Developer                  Tel: (604) 688-9137
email: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to