Added 'keepcerts' option to force keeping HTTPS/MPS cert.

This commit is contained in:
Ylian Saint-Hilaire
2022-08-26 15:43:12 -07:00
parent 15ee1feca5
commit f7dc1d749b
3 changed files with 17 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
"type": "object",
"properties": {
"cert": { "type": "string", "description": "Set this to the primary DNS name of this MeshCentral server." },
"keepCerts": { "type": "boolean", "default": false, "description": "Force MeshCentral to use the HTTPS and MPS certificates even if the name does not match the expected DNS value." },
"mongoDb": { "type": "string", "default": null },
"mongoDbName": { "type": "string" },
"mongoDbChangeStream": { "type": "boolean", "default": false },