We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cert
key
required
TLS
1 parent 8cb42a9 commit 8e31858Copy full SHA for 8e31858
tljh/config_schema.py
@@ -74,6 +74,7 @@
74
"type": "object",
75
"additionalProperties": False,
76
"properties": {"key": {"type": "string"}, "cert": {"type": "string"}},
77
+ "required": ["key", "cert"],
78
},
79
"Limits": {
80
"description": "User CPU and memory limits.",
0 commit comments