Re: [exim] present client certificate on server->server conn…

Top Page
Delete this message
Reply to this message
Author: Cyborg
Date:  
To: exim-users
Subject: Re: [exim] present client certificate on server->server connection
Am 01.06.2018 um 02:05 schrieb Adrian Zaugg via Exim-users:
> 2018-06-01 00:22:34 1fOVxp-0005XP-S0 TLS error on connection to
> ts6.checktls.com [104.131.23.181] (cert/key setup:
> cert=/etc/ssl/letsencrypt/ente.limmat.ch/fullchain.pem
> key=/etc/ssl/letsencrypt/ente.limmat.ch/privkey.pem): Error while
> reading file.
>
> This error is rather clear but I am still unable to resolve the problem.
>
> Since I use the same certificate and private key file for exim as a
> server and that works well, I do not think the files do have a problem
> (they are in fact symbolic links pointing to the latest
> fullchain-XXX.pem and privatekey-XXX.pem files).
>
> This is Exim 4.84 from Devuan Jessie.
>
> What am I missing?
>


Access rights.

[root@s120 ~]# pathdiscover /etc/pki/tls/certs/exim.pem

'/etc/pki/tls/certs/exim.pem' translates to
'/etc/httpd/letsencrypt/certs/sXXX.resellerdesktop.de/fullchain-1523399871.pem'

  4294 Bytes  root/exim -rw-r----- : fullchain-1523399871.pem ( regular
file )         <--- EXIM Group
 12288 Bytes  root/exim drwxr-xr-x : sXXX.resellerdesktop.de  (
directory )          <--- EXIM Group
  4096 Bytes  root/root drwxr-xr-x : certs                 
                 ( directory )
  4096 Bytes  root/root drwxr-xr-x : letsencrypt                        
( directory )
  4096 Bytes  root/root drwxr-xr-x :
httpd                                  ( directory )
 12288 Bytes  root/root drwxr-xr-x :
etc                                    ( directory )

get your copy from here : https://github.com/Cyborgscode/pathdiscovery


best regards,
Marius