mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 00:52:28 +00:00
Set format to binary for certificate files
This commit is contained in:
parent
f80c187581
commit
7b492c5cd5
@ -30,13 +30,16 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,13 +18,16 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user