add letsencrypt nochecks to schema #5987

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-04-03 11:14:42 +01:00
parent 65d1346e06
commit 4ff5a5c912
1 changed files with 5 additions and 0 deletions

View File

@ -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": [