From 4ff5a5c912ff908f3c329db403880ed464033d86 Mon Sep 17 00:00:00 2001 From: si458 Date: Wed, 3 Apr 2024 11:14:42 +0100 Subject: [PATCH] add letsencrypt nochecks to schema #5987 Signed-off-by: si458 --- meshcentral-config-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index aecb64eb..464ea70a 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -3483,6 +3483,11 @@ "type": "boolean", "default": false, "description": "By default a test certificate will be obtained from Let's Encrypt. Always start by getting a test certificate and make sure that works before setting this to true and obtaining a production certificate. Making too many bad requests for a production certificate will get you banned for a long period of time." + }, + "nochecks": { + "type": "boolean", + "default": false, + "description": "If you choose \"false\", MeshCentral won't verify if the \"email\" is valid, has a valid MX record, if names contain a wildcard, OR if \"names\" can be resolved by DNS A/AAAA record." } }, "required": [