schema/tls: add missing custom fields chain/cert

Task #7287
pull/11980/head
Juliana Fajardini 11 months ago committed by Victor Julien
parent 7ae522f16a
commit 2eefc4dac8

@ -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"
}, },

Loading…
Cancel
Save