1 changed files with
20 additions and
0 deletions
|
|
@ -6586,9 +6586,29 @@
|
|
|
|
"tls": {
|
|
|
|
"tls": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"certificate": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"chain": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"client": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"certificate": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"chain": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"fingerprint": {
|
|
|
|
"fingerprint": {
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
|