PDA

View Full Version : How to read certificate with .p12 format?



horoma
17th October 2012, 03:30
Hi all,

I find that qt only support the format with pem and der, so that I am not able to import client certificate with .p12 format.

I feel strange that .p12 is common format. Why qt do not support this format?

wysota
17th October 2012, 09:44
You can use OpenSSL command line utility to convert a pkcs12 file into pem.

horoma
17th October 2012, 16:16
You can use OpenSSL command line utility to convert a pkcs12 file into pem.

Ya, this is what I exactly done. Hope that Qt will support pkcs12 format soon.