We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67037a commit 7f2550dCopy full SHA for 7f2550d
certification/fapi/index.js
@@ -23,7 +23,7 @@ const pkg = JSON.parse(
23
);
24
25
const __dirname = dirname(import.meta.url);
26
-const selfsigned = generate();
+const selfsigned = generate(null, { keySize: 2048 });
27
const { PORT = 3000, ISSUER = `http://localhost:${PORT}` } = process.env;
28
29
const ALGS = ['PS256'];
0 commit comments