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?
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?
You can use OpenSSL command line utility to convert a pkcs12 file into pem.
Bookmarks