mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Clarify file:// in CertURL configuration.
This commit is contained in:
parent
3a3663bb55
commit
49fa88fb69
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue