Skip to content

Commit 8e31858

Browse files
committed
Make cert and key required for TLS
1 parent 8cb42a9 commit 8e31858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tljh/config_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"type": "object",
7575
"additionalProperties": False,
7676
"properties": {"key": {"type": "string"}, "cert": {"type": "string"}},
77+
"required": ["key", "cert"],
7778
},
7879
"Limits": {
7980
"description": "User CPU and memory limits.",

0 commit comments

Comments
 (0)