Hi,

Your PKCS#12 file doesn't contain the CA, so the simplest solution is to use Windows: since you can use it correctly, there is a big chance that the CA is installed under Windows, so go to the IE certificate store, double click on your certificate, go to the "Certification Path" tab and from there copy the CA that signed your certificate to a file (Base64 encoded). You can then transfert this file to your Linux box.

I hope this will help.
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr

Your

On 9/20/2010 12:45 PM, Sergey Sedov wrote:
Hi,

My ISP provides to me .p12 file containing certs for using TLS for wifi connection.
I can install it under Windows and use it.
But when I try to install it under Linux I have some troubles.
NetworkManager wants 3 certs to setup TLS for wifi connection.
I can extract User cert and Private Key, but can't extract CA Cert.
The output file after using this command has zero length:
openssl pkcs12  -in example.p12  -out cacert.pem -cacerts -nokeys
So, I suppose that there is no CA Cert in this .p12 file.
Is there any other way to obtain CA Cert for this ISP or to cheat NetworkManager?
Why it works under Windows?

Thanks and best regards,

Sergey

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to