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 4cde492 commit 0603ec0Copy full SHA for 0603ec0
src/lib/clusters/keys.tsx
@@ -20,7 +20,7 @@ export async function getKeys(): Promise<{ publicKey: string; privateKey: string
20
function generateKeyPair() {
21
// Generate RSA key pair
22
const { publicKey, privateKey } = crypto.generateKeyPairSync('rsa', {
23
- modulusLength: 2048,
+ modulusLength: 4096,
24
publicKeyEncoding: {
25
type: 'spki',
26
format: 'pem'
0 commit comments