[Dovecot] Thunderbird STARTTLS error

Janne Snabb snabb at epipe.com
Wed May 9 19:50:34 EEST 2012


On 2012-05-09 22:48, Markus Fritz wrote:
> Thanks! That might help, yes I got the sub.class1.server.ca.pem file.
> How I include this to my ssl.crt file now?

Just append the intermediate CA certificate in the same file AFTER your
own certificate. As in:

# cat sub.class1.server.ca.pem >> ssl.crt

As a result you should have a file ssl.crt which consists of the following:

-----BEGIN CERTIFICATE-----
[several lines of your own certificate]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
[several lines of the intermediary certificate]
-----END CERTIFICATE-----

...and nothing else.

-- 
Janne Snabb / EPIPE Communications
snabb at epipe.com - http://epipe.com/



More information about the dovecot mailing list