aboutsummaryrefslogtreecommitdiffstats
path: root/etc/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/config.json')
-rw-r--r--etc/config.json6
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,