Clarify file:// in CertURL configuration.
Ylian Saint-Hilaire committed
Oct 3, 2023 at 21:07 UTC
49fa88fb69a35f53e250125e5496a303b723e3cd
1 file changed
+1
-1
meshcentral-config-schema.json
+1
-1
@@ -1376,7 +1376,7 @@
1376
"certUrl": {
1377
"type": "string",
1378
"format": "uri",
1379
- "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."
1379
+ "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."
1380
},
1381
"myServer": {
1382
"type": [