remove default_server from certificate object
This commit is contained in:
parent
2cab405190
commit
101afa0013
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue