Re: [exim] The No Certificate Warning and the Right Way to S…

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [exim] The No Certificate Warning and the Right Way to Stop it
On 2022-05-14 Martin McCormick via Exim-users <exim-users@???> wrote:
[...]
>     I created
> -rw-r----- 1 root Debian-exim 1245 May  8 21:43 /etc/exim4/exim.crt
> with no change in behavior.


Where is the key?
file:///usr/share/doc/exim4-base/README.Debian.html#TLS says
"install the key in /etc/exim4/exim.key and the certificate in
/etc/exim4/exim.crt."

Stop exim, as root start exim with
/usr/sbin/exim4 -bd -d+all 2>&1 | tee ~/exim.debug
connect to this daemon with
swaks -s localhost -tls -q ehlo

And then look at ~/exim.debug.

cu Andreas