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.
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.
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.
Bookmarks