From fa83068cdbadccd4ef055af58ab957fb6b438cd7 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:38:26 -0400 Subject: [PATCH] Remove `required` `properties` for `TLS` --- tljh/config_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 3e6d8f6..4a17f13 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -74,7 +74,6 @@ config_schema = { "type": "object", "additionalProperties": False, "properties": {"key": {"type": "string"}, "cert": {"type": "string"}}, - "required": ["key", "cert"], }, "Limits": { "description": "User CPU and memory limits.",