From 678392aa6bef5e30cb1b9452978fd0b2ce56c2ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Feb 2024 11:38:02 +0100 Subject: Merging upstream version 1.8. Signed-off-by: Daniel Baumann --- doc/config-schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/config-schema.json') 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" -- cgit v1.2.3