Skip to content

Commit b00955d

Browse files
hreineckeigaw
authored andcommitted
config-schema.json.in: tls keys and keyrings are strings
TLS keys and keyrings are stored as strings, not as integers. Signed-off-by: Hannes Reinecke <[email protected]>
1 parent d1fd6a4 commit b00955d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

doc/config-schema.json.in

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@
9898
"description": "Controller DH-HMAC-CHAP key",
9999
"type": "string"
100100
},
101+
"keyring": {
102+
"description": "Keyring for TLS key lookup",
103+
"type": "string"
104+
},
105+
"tls_key": {
106+
"description": "TLS key for the connection",
107+
"type": "string"
108+
},
101109
"nr_io_queues": {
102110
"description": "Number of I/O queues",
103111
"type": "integer"
@@ -156,14 +164,6 @@
156164
"type": "boolean",
157165
"default": false
158166
},
159-
"keyring": {
160-
"description": "Keyring for TLS key lookup",
161-
"type": "integer"
162-
},
163-
"tls_key": {
164-
"description": "TLS key for the connection",
165-
"type": "integer"
166-
},
167167
"tls": {
168168
"description": "Enable TLS encryption",
169169
"type": "boolean",

0 commit comments

Comments
 (0)