abuild-keygen: use 4096 bits as the default

This commit is contained in:
Natanael Copa 2022-06-15 10:32:17 +02:00
parent 11c1091659
commit 7f675c1de3
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ usage() {
append_config=
install_pubkey=
interactive=1
numbits=2048
numbits=4096
quiet=
args=$(getopt -o ab:inqh --long append,numbits:,install,quiet,help -n "$program" -- "$@")