diff --git a/api/app.ts b/api/app.ts index c15ad28045..d8b6e090a8 100644 --- a/api/app.ts +++ b/api/app.ts @@ -343,6 +343,7 @@ async function loadCertKey(): Promise<{ try { const result = await createCertificate([], { days: 99999, + keySize: 2048, }) key = result.private