]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
config-schema.json.in: tls keys and keyrings are strings
authorHannes Reinecke <hare@suse.de>
Wed, 21 Feb 2024 14:33:14 +0000 (15:33 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 7 Mar 2024 13:49:46 +0000 (14:49 +0100)
TLS keys and keyrings are stored as strings, not as integers.

Signed-off-by: Hannes Reinecke <hare@suse.de>
doc/config-schema.json.in

index 6d9e36a44dc02590cee4f356756a598a422ff6ae..cb0769f0807d9e666f8233cee6482d25914abf9d 100644 (file)
                    "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"
                    "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",