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"],
"properties": {
"certificate": {
"type": "string",
"format": "binary"
"type": "string"
},
"certificate_key": {
"type": "string",
"format": "binary"
"type": "string"
},
"intermediate_certificate": {
"type": "string",
"format": "binary"
"type": "string"
}
}
}

View File

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