mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-15 03:12:34 +00:00
Set format to binary for certificate files
This commit is contained in:
@@ -30,13 +30,16 @@
|
||||
"required": ["certificate", "certificate_key"],
|
||||
"properties": {
|
||||
"certificate": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
},
|
||||
"certificate_key": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
},
|
||||
"intermediate_certificate": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -18,13 +18,16 @@
|
||||
"required": ["certificate", "certificate_key"],
|
||||
"properties": {
|
||||
"certificate": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
},
|
||||
"certificate_key": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
},
|
||||
"intermediate_certificate": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user