Compare commits

..

1 Commits

Author SHA1 Message Date
Sander Jochems
54e506d1ea Merge f80c187581 into 79d28f03d0 2025-02-08 13:46:17 +00:00
2 changed files with 6 additions and 12 deletions

View File

@@ -30,16 +30,13 @@
"required": ["certificate", "certificate_key"], "required": ["certificate", "certificate_key"],
"properties": { "properties": {
"certificate": { "certificate": {
"type": "string", "type": "string"
"format": "binary"
}, },
"certificate_key": { "certificate_key": {
"type": "string", "type": "string"
"format": "binary"
}, },
"intermediate_certificate": { "intermediate_certificate": {
"type": "string", "type": "string"
"format": "binary"
} }
} }
} }

View File

@@ -18,16 +18,13 @@
"required": ["certificate", "certificate_key"], "required": ["certificate", "certificate_key"],
"properties": { "properties": {
"certificate": { "certificate": {
"type": "string", "type": "string"
"format": "binary"
}, },
"certificate_key": { "certificate_key": {
"type": "string", "type": "string"
"format": "binary"
}, },
"intermediate_certificate": { "intermediate_certificate": {
"type": "string", "type": "string"
"format": "binary"
} }
} }
} }