diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:06:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:06:50 +0000 |
commit | c662bc3e81d6cc7c9265ea9c58b8d1dbf66245ea (patch) | |
tree | 6a0ebdb4cb3c7b76c824f021d9f3624d16037457 /doc/config-schema.json.in | |
parent | Adding upstream version 1.8. (diff) | |
download | libnvme-c662bc3e81d6cc7c9265ea9c58b8d1dbf66245ea.tar.xz libnvme-c662bc3e81d6cc7c9265ea9c58b8d1dbf66245ea.zip |
Adding upstream version 1.9.upstream/1.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/config-schema.json.in')
-rw-r--r-- | doc/config-schema.json.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index 6d9e36a..cb0769f 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -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", |