Revert "remove default_server from certificate object"
This reverts commit 101afa0013
.
This commit is contained in:
parent
408eab842d
commit
c135880625
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
|||
"enum": ["ecdsa", "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": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Reference in a new issue