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 292e597 commit dbdca08Copy full SHA for dbdca08
certification/oidc/docker.js
@@ -13,7 +13,7 @@ import routes from '../../example/routes/koa.js';
13
14
import configuration from './configuration.js';
15
16
-const selfsigned = generate();
+const selfsigned = generate(null, { keySize: 2048 });
17
const { PORT = 3000, ISSUER = `http://localhost:${PORT}` } = process.env;
18
configuration.findAccount = Account.findAccount;
19
0 commit comments