diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/config.json b/etc/config.json index e54569b..aa24419 100644 --- a/etc/config.json +++ b/etc/config.json @@ -1,7 +1,11 @@ { "wservice_port" : 25577, "policy_handler" : { - "system" : "policy_handler" + "system" : "policy_handler", + "tls" : { + "cert_directory" : "etc/tls/certs/", + "cacert" : "cacert.pem" + } }, "logging" : { "version": 1, |