add letsencrypt nochecks to schema #5987
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Apr 3, 2024 at 11:14 UTC
4ff5a5c912ff908f3c329db403880ed464033d86
1 file changed
+5
meshcentral-config-schema.json
+5
@@ -3483,6 +3483,11 @@
3483
"type": "boolean",
3484
"default": false,
3485
"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."
3486
+ },
3487
+ "nochecks": {
3488
+ "type": "boolean",
3489
+ "default": false,
3490
+ "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."
3491
}
3492
},
3493
"required": [