Compare commits

..

1 Commits

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