From d63495232db482983fcc26d5f3924f260c58f4e1 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Fri, 11 May 2012 11:52:27 +0100 Subject: Add SSL settings for the Kolab Web Administration Panel (#757) --- conf/kolab.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'conf') diff --git a/conf/kolab.conf b/conf/kolab.conf index c1efe67..84511a1 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -135,8 +135,20 @@ address_search_attrs = mail, alias [kolab_wap] skin = default sql_uri = mysql://user:pass@localhost/database + +; Use the following setting to indicate the API is installed on a different +; system, or in a non-standard location. ;api_url = http://localhost/kolab-webadmin/api +; Configure SSL should you want to have the web admin panel (client interface) +; use the API over HTTPS. +;ssl_verify_peer = false +;ssl_verify_host = false +;ssl_cafile = /path/to/ca/file +;ssl_capath = /path/to/ca/dir +;ssl_local_cert = /path/to/local/cert +;ssl_passphrase = MyPassword + [cyrus-imap] ; The URI to use to connect to IMAP. Note that pykolab itself can detect whether ; or not Cyrus IMAP is deployed in a Murder topology, and should be able to -- cgit v1.1