schema/tls: add missing custom fields chain/cert

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

@ -6586,9 +6586,29 @@
"tls": {
"type": "object",
"properties": {
"certificate": {
"type": "string"
},
"chain": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
"client": {
"type": "object",
"properties": {
"certificate": {
"type": "string"
},
"chain": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
},
"fingerprint": {
"type": "string"
},

Loading…
Cancel
Save