diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-11 11:52:27 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-11 11:52:27 +0100 |
commit | d63495232db482983fcc26d5f3924f260c58f4e1 (patch) | |
tree | a53da1ef6faf307d16cab9d2dfe2361af012a140 /conf/kolab.conf | |
parent | 21dd69ca0531b507f4d9a2936acab726613d4c40 (diff) | |
download | pykolab-d63495232db482983fcc26d5f3924f260c58f4e1.tar.gz |
Add SSL settings for the Kolab Web Administration Panel (#757)
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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 |