PDA

View Full Version : Does Qt support the certificate of "Intermediate certificate authorities"



horoma
29th October 2012, 05:47
Hi all,

I see qt support root CA and local certificate(client certificate), but I cannot find qt support "Intermediate certificate authorities".

Does anyone have any idea about this?

Thank you all.

wysota
29th October 2012, 07:25
Qt supports whatever the backend it uses (e.g. OpenSSL) supports. When processing a certificate chain, OpenSSL checks a list of certificates installed in the system. Thus if you need to use more secondary CA certificates, I think you have to place them somewhere where OpenSSL can find them.