Raise default RSA key length to 2048 bits.
This commit is contained in:
parent
b47c17bcde
commit
d273efb177
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ static bool parse_options(int argc, char **argv)
|
|||
|
||||
generate_keys &= ~7; /* Round it to bytes */
|
||||
} else
|
||||
generate_keys = 1024;
|
||||
generate_keys = 2048;
|
||||
break;
|
||||
|
||||
case 'R': /* chroot to NETNAME dir */
|
||||
|
|
Loading…
Reference in a new issue