diff options
Diffstat (limited to 'doc/config-schema.json')
-rw-r--r-- | doc/config-schema.json | 6 |
1 files changed, 5 insertions, 1 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": { |