From: Stephen Gran Date: Sun, 5 Apr 2009 00:02:03 +0000 (+0100) Subject: Correct path for ca cert, and add crl checking (this may not work, but X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b0287c48ed0e419292fd4bb3205e4274b469a6b;p=dsa-puppet.git Correct path for ca cert, and add crl checking (this may not work, but let's see) Signed-off-by: Stephen Gran --- diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index c9e1e025..6c4fecb9 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