Joe Schiavone wrote:
>
> Am wondering if anyone is monitoring the list that may be able to
> provide answers?????????????????????????????????????????????????
> POSTED several questions concerning what I feel should be simple
> questions to get answered and recieved ZERO replies... Wife says
> I dont have bad breath so that is not the reason.. :) Just wondering
> what is? THIRD POST! ANY replies appreciated, even flames!
> Make your best shot count!
>
Well there's at least one reply I've seen.
> I am trying to test a certificate using the following CMD;
> ssltest -cert Mycertificate.p12
> am gettin what looks to be a buch of errors, asfollows;
The errors are because the input file is the wrong format. You can't
feed a PKCS#12 file to ssltest. You first need to convert it to a PEM
file using:
openssl pkcs12 -in Mycertificate.p12 -out cert.pem -clcerts
It will prompt you for the password you exported the PKCS#12 file with
and a second password to protect the private key when its converted.
You'll be prompted for the second password when you run ssltest.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]