Skip to content

Commit 0603ec0

Browse files
committed
longer key
1 parent 4cde492 commit 0603ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/clusters/keys.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function getKeys(): Promise<{ publicKey: string; privateKey: string
2020
function generateKeyPair() {
2121
// Generate RSA key pair
2222
const { publicKey, privateKey } = crypto.generateKeyPairSync('rsa', {
23-
modulusLength: 2048,
23+
modulusLength: 4096,
2424
publicKeyEncoding: {
2525
type: 'spki',
2626
format: 'pem'

0 commit comments

Comments
 (0)