Support intermediate CA certificates.
authorFelix Geyer <debfx@fobos.de>
Tue, 27 Sep 2011 13:49:04 +0000 (15:49 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 May 2012 19:25:29 +0000 (21:25 +0200)
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]


No differences found