From: Felix Geyer Date: Tue, 27 Sep 2011 13:49:04 +0000 (+0200) Subject: Support intermediate CA certificates. X-Git-Tag: 0.9-beta1~59 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=a5455d1ea8785e864ce4b513e63283ed156d4872;hp=a5455d1ea8785e864ce4b513e63283ed156d4872;ds=sidebyside Support intermediate CA certificates. The server needs to send the intermediate CA certs if the client only has the root CA in his trusted cert pool. The .pem cert file needs to look like this: [key], [server cert], [intermediate CAs], [root CA] ---