parent
2cb8e8a748
commit
af2368bd2b
3 changed files with 3 additions and 2 deletions
|
@ -92,7 +92,7 @@ export class SignupService {
|
|||
|
||||
const keyPair = await new Promise<string[]>((res, rej) =>
|
||||
generateKeyPair('rsa', {
|
||||
modulusLength: 4096,
|
||||
modulusLength: 2048,
|
||||
publicKeyEncoding: {
|
||||
type: 'spki',
|
||||
format: 'pem',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue