mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 22:17:31 +03:00
Clarify file:// in CertURL configuration.
This commit is contained in:
parent
3a3663bb55
commit
49fa88fb69
@ -1376,7 +1376,7 @@
|
|||||||
"certUrl": {
|
"certUrl": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "uri",
|
"format": "uri",
|
||||||
"description": "https url when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like NGINX is used in front of MeshCentral."
|
"description": "https url when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like NGINX is used in front of MeshCentral. You can set this to file:// but it must be followed by the full path to the certificate file."
|
||||||
},
|
},
|
||||||
"myServer": {
|
"myServer": {
|
||||||
"type": [
|
"type": [
|
||||||
|
Loading…
Reference in New Issue
Block a user