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