From de0181bcec6759f97b62e27e5f02517924847cf2 Mon Sep 17 00:00:00 2001 From: RickyDelarosaStar Date: Thu, 19 May 2022 14:03:36 +0200 Subject: [PATCH] Increase key size (#540) Fixes https://github.com/choojs/choo/issues/715 --- lib/http-server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http-server.js b/lib/http-server.js index 3dc23f3..f835155 100644 --- a/lib/http-server.js +++ b/lib/http-server.js @@ -141,6 +141,7 @@ function createKeys (cb) { var opts = { days: 2048, algorithm: 'sha256', + keySize: 2048, extensions: [ { name: 'subjectAltName',