Skip to content

Commit

Permalink
fix: increase key size to 2048 for certificate generation
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 18, 2024
1 parent 54c2247 commit 4222d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ async function loadCertKey(): Promise<{
try {
const result = await createCertificate([], {
days: 99999,
keySize: 2048,
})

key = result.private
Expand Down

0 comments on commit 4222d04

Please sign in to comment.