Re: viewing contents of a Digital Certificate

2003-08-31 Thread Michael Sierchio
Sarah Haff wrote: I appologize if this posting shows up twice. How can I view the contents of a Digital Certificate using OpenSSL. i.e. I would like to see the Serial Number, Algorithm ID, Issuer, Validity Info using OpenSSL. openssl x509 -in -inform {der | pem | net} -text __

Re: viewing contents of a Digital Certificate

2003-08-31 Thread Christian Barmala
- Original Message - From: "Sarah Haff" <[EMAIL PROTECTED]> Sent: Sunday, August 31, 2003 9:43 PM > How can I view the contents of a Digital Certificate using OpenSSL. i.e. > I would like to see the Serial Number, Algorithm ID, Issuer, Validity Info > using OpenSSL. Go to http://ca.bar

viewing contents of a Digital Certificate

2003-08-31 Thread Sarah Haff
Hi, I appologize if this posting shows up twice. How can I view the contents of a Digital Certificate using OpenSSL. i.e. I would like to see the Serial Number, Algorithm ID, Issuer, Validity Info using OpenSSL. Thanks you very much. Sarah __