remove default server from certificate object

This commit is contained in:
Milad Nazari 2025-01-08 10:33:21 +03:30
parent f34cb59711
commit 3856b6b03d

View File

@ -46,10 +46,6 @@
"enum": ["ecdsa", "rsa"], "enum": ["ecdsa", "rsa"],
"description": "Type of SSL key (either ecdsa or rsa)" "description": "Type of SSL key (either ecdsa or rsa)"
}, },
"default_server": {
"type": "boolean",
"description": "Defines if the server is the default for unmatched requests"
},
"meta": { "meta": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,