Skip to content

Commit 7f2550d

Browse files
committed
ci: update local server selfsigned key size
1 parent e67037a commit 7f2550d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certification/fapi/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const pkg = JSON.parse(
2323
);
2424

2525
const __dirname = dirname(import.meta.url);
26-
const selfsigned = generate();
26+
const selfsigned = generate(null, { keySize: 2048 });
2727
const { PORT = 3000, ISSUER = `http://localhost:${PORT}` } = process.env;
2828

2929
const ALGS = ['PS256'];

0 commit comments

Comments
 (0)