diff options
Diffstat (limited to '')
-rw-r--r-- | doc/config-schema.json | 6 | ||||
-rw-r--r-- | doc/config-schema.json.in | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/config-schema.json b/doc/config-schema.json index cb0769f..29ef77e 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -102,8 +102,12 @@ "description": "Keyring for TLS key lookup", "type": "string" }, + "tls_key_identity": { + "description": "PSK identity for the TLS PSK (tls_key)", + "type": "string" + }, "tls_key": { - "description": "TLS key for the connection", + "description": "TLS PSK in PSK interchange format", "type": "string" }, "nr_io_queues": { diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index cb0769f..29ef77e 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -102,8 +102,12 @@ "description": "Keyring for TLS key lookup", "type": "string" }, + "tls_key_identity": { + "description": "PSK identity for the TLS PSK (tls_key)", + "type": "string" + }, "tls_key": { - "description": "TLS key for the connection", + "description": "TLS PSK in PSK interchange format", "type": "string" }, "nr_io_queues": { |