dovecot-2.2: example-config: Added ssl_client_ca_file

dovecot at dovecot.org dovecot at dovecot.org
Sun Apr 7 20:32:43 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/32289a1d44fb
changeset: 16233:32289a1d44fb
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Apr 07 20:32:37 2013 +0300
description:
example-config: Added ssl_client_ca_file

diffstat:

 doc/example-config/conf.d/10-ssl.conf |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r f0c997709b4d -r 32289a1d44fb doc/example-config/conf.d/10-ssl.conf
--- a/doc/example-config/conf.d/10-ssl.conf	Sun Apr 07 20:28:31 2013 +0300
+++ b/doc/example-config/conf.d/10-ssl.conf	Sun Apr 07 20:32:37 2013 +0300
@@ -26,11 +26,12 @@
 # Require that CRL check succeeds for client certificates.
 #ssl_require_crl = yes
 
-# Directory for trusted SSL CA certificates. These are used only when Dovecot
-# needs to act as an SSL client (e.g. imapc backend). The directory is usually
-# /etc/ssl/certs in Debian-based systems and /etc/pki/tls/certs in RedHat-based
-# systems.
+# Directory and/or file for trusted SSL CA certificates. These are used only
+# when Dovecot needs to act as an SSL client (e.g. imapc backend). The
+# directory is usually /etc/ssl/certs in Debian-based systems and the file is
+# /etc/pki/tls/cert.pem in RedHat-based systems.
 #ssl_client_ca_dir =
+#ssl_client_ca_file =
 
 # Request client to send a certificate. If you also want to require it, set
 # auth_ssl_require_client_cert=yes in auth section.


More information about the dovecot-cvs mailing list