fix rsakeysize for letsencrypt #6988

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-04-21 15:57:56 +01:00
parent b7364d8988
commit 134ca4f025
2 changed files with 9 additions and 4 deletions

View File

@@ -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,