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