summaryrefslogtreecommitdiffstats
path: root/doc/config-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config-schema.json')
-rw-r--r--doc/config-schema.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/config-schema.json b/doc/config-schema.json
index 4bbc4cb..6d9e36a 100644
--- a/doc/config-schema.json
+++ b/doc/config-schema.json
@@ -156,11 +156,24 @@
"type": "boolean",
"default": false
},
+ "keyring": {
+ "description": "Keyring for TLS key lookup",
+ "type": "integer"
+ },
+ "tls_key": {
+ "description": "TLS key for the connection",
+ "type": "integer"
+ },
"tls": {
"description": "Enable TLS encryption",
"type": "boolean",
"default": false
},
+ "concat": {
+ "description": "Enable secure concatenation",
+ "type": "boolean",
+ "default": false
+ },
"persistent": {
"description": "Create persistent discovery connection",
"type": "boolean"