mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 09:02:27 +00:00
Compare commits
1 Commits
3a6b19e834
...
54e506d1ea
Author | SHA1 | Date | |
---|---|---|---|
|
54e506d1ea |
@ -30,16 +30,13 @@
|
|||||||
"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,16 +18,13 @@
|
|||||||
"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