summaryrefslogtreecommitdiffstats
path: root/doc/config-schema.json.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-19 10:38:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-19 10:38:18 +0000
commit678392aa6bef5e30cb1b9452978fd0b2ce56c2ee (patch)
tree26ac06227a6fe6571157a8860bac80506f00c5d7 /doc/config-schema.json.in
parentReleasing debian version 1.7.1-1. (diff)
downloadlibnvme-678392aa6bef5e30cb1b9452978fd0b2ce56c2ee.tar.xz
libnvme-678392aa6bef5e30cb1b9452978fd0b2ce56c2ee.zip
Merging upstream version 1.8.
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.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in
index 4bbc4cb..6d9e36a 100644
--- a/doc/config-schema.json.in
+++ b/doc/config-schema.json.in
@@ -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"