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.",