mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-25 16:50:52 +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"],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user