mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
fix rsakeysize for letsencrypt #6988
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -546,7 +546,7 @@
|
||||
},
|
||||
"agentWsCompression": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work."
|
||||
},
|
||||
"noAgentUpdate": {
|
||||
@@ -3892,6 +3892,11 @@
|
||||
"default": false,
|
||||
"description": "By default a test certificate will be obtained from Let's Encrypt. Setting \"zerossl\", will ignore this setting. 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."
|
||||
},
|
||||
"rsaKeySize": {
|
||||
"type": "integer",
|
||||
"default": 2048,
|
||||
"description": "The size of the RSA key to generate. The default is 2048 bits."
|
||||
},
|
||||
"nochecks": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user