> Great.  I tried the following:
> 
> root@net:/home/ron# openssl x509 -in ident.crt -out ident.p12 -outform pkcs12
> 
> I tried to import this file into netscape and into mozilla.  No go - they both
> complain that the cert is corrupted.  I guess this begs the question: how does
> one go about creating the pkcs12 format certificate?


Try:

openssl pkcs12 -in client.crt -inkey client.key -certfile ca.crt -out client.p12 
-export

The filenames should be self-explanatory - let me know if not.

HTH
colm

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to