From d0c9aa263aea28ee9cf5e24fb9b0255c01df8ac1 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:18:39 -0500 Subject: [PATCH] Remove `TLS` required properties --- tljh/config_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 2a0c5f0..6480c7f 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -69,7 +69,6 @@ config_schema = { "type": "object", "additionalProperties": False, "properties": {"key": {"type": "string"}, "cert": {"type": "string"}}, - "required": ["key", "cert"], }, "Limits": { "description": "User CPU and memory limits.",