--- Marten Lehmann <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> how can I view the information that are contained in
> a CSR, KEY or 
> CRT-file? E.g. for which hostname a cert is issued,
> when it will expire, 
> who is the company it is issued for ...
man x509

For eg,
$ openssl x509 -text -noout -in <blah_cert.pem>

Key files don't contain this. Works only with certs
and csrs.
> 
> Regards
> Marten
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> User Support Mailing List                   
> openssl-users@openssl.org
> Automated List Manager                          
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to