From 99777a8806332cffe19f958a9870d6b9aa8f660c Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Fri, 20 Dec 2013 22:14:13 +0100 Subject: [PATCH] Add example config for 'ca_path' --- umurmur.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umurmur.conf.example b/umurmur.conf.example index 90397c3..8dbc18b 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -25,6 +25,9 @@ max_users = 10; # umurmurd will close and reopen the logfile if SIGHUP is received. # logfile = "/var/log/umurmurd.log"; +# CA location for CA-signed certificates +# ca_path = "/path/to/ca/certificates/"; + # Channel tree definition: # Root channel must always be defined first. # If a channel has a parent, the parent must be defined before the child channel(s). -- 2.30.2