From 3b0287c48ed0e419292fd4bb3205e4274b469a6b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 5 Apr 2009 01:02:03 +0100 Subject: [PATCH] Correct path for ca cert, and add crl checking (this may not work, but let's see) Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index c9e1e0253..6c4fecb9f 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -128,7 +128,8 @@ tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key .ifdef RELAY_HOST tls_try_verify_hosts = * -tls_verify_certificates = /etc/exim4/ssl/client_certs.pem +tls_verify_certificates = /etc/exim4/ssl/ca.crt +tls_crl = /etc/exim4/ssl/ca.crl .endif #system_filter = /etc/exim4/filter -- 2.20.1