Skip to content

Commit dbdca08

Browse files
committed
ci: update local server selfsigned key size
1 parent 292e597 commit dbdca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certification/oidc/docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import routes from '../../example/routes/koa.js';
1313

1414
import configuration from './configuration.js';
1515

16-
const selfsigned = generate();
16+
const selfsigned = generate(null, { keySize: 2048 });
1717
const { PORT = 3000, ISSUER = `http://localhost:${PORT}` } = process.env;
1818
configuration.findAccount = Account.findAccount;
1919

0 commit comments

Comments
 (0)