Skip to content

Commit

Permalink
schema/tls: add missing custom fields chain/cert
Browse files Browse the repository at this point in the history
Task #7287

(cherry picked from commit 2eefc4d)
  • Loading branch information
jufajardini committed Oct 17, 2024
1 parent 8810d7f commit 29c03c6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5389,9 +5389,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"
},
Expand Down

0 comments on commit 29c03c6

Please sign in to comment.