From c8bdda656a06d60a09b5510bab6bd47b5711c3b1 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 24 Jan 2011 11:10:19 +0100 Subject: [PATCH] State which CA certificate format we expect Note in the example configuration file that CA cert files should be in PEM format. Signed-off-by: Sebastian Spaeth Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index baff536..d3be8be 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -279,9 +279,10 @@ ssl = yes # sslclientkey = /path/to/file.key # SSL CA Cert(s) to verify the server cert against (optional). -# No SSL verification is done without this option, if it is +# No SSL verification is done without this option. If it is # specified, the CA Cert(s) need to verify the Server cert AND # match the hostname (* wildcard allowed on the left hand side) +# The certificate should be in PEM format. # sslcacertfile = /path/to/cacertfile.crt # Specify the port. If not specified, use a default port.