[PATCH] State which CA certificate format we expect

Sebastian Spaeth Sebastian at SSpaeth.de
Mon Jan 24 10:10:19 GMT 2011


Note in the example configuration file that CA cert files should be in
PEM format.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
---
 offlineimap.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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.
-- 
1.7.1





More information about the OfflineIMAP-project mailing list