diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index 4bbc4cbf..a63c62b5 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -156,6 +156,14 @@ "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",