From c662bc3e81d6cc7c9265ea9c58b8d1dbf66245ea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:06:50 +0200 Subject: Adding upstream version 1.9. Signed-off-by: Daniel Baumann --- doc/config-schema.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/config-schema.json') diff --git a/doc/config-schema.json b/doc/config-schema.json index 6d9e36a..cb0769f 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -98,6 +98,14 @@ "description": "Controller DH-HMAC-CHAP key", "type": "string" }, + "keyring": { + "description": "Keyring for TLS key lookup", + "type": "string" + }, + "tls_key": { + "description": "TLS key for the connection", + "type": "string" + }, "nr_io_queues": { "description": "Number of I/O queues", "type": "integer" @@ -156,14 +164,6 @@ "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", -- cgit v1.2.3