mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 17:12:27 +00:00
Compare commits
2 Commits
54e506d1ea
...
3a6b19e834
Author | SHA1 | Date | |
---|---|---|---|
|
3a6b19e834 | ||
|
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