Skip to content

Commit

Permalink
Update mkrequest to use 2048-bit key
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Sep 3, 2024
1 parent 32fae2e commit 73b67ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkrequest
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ UNSTRUCTURED_ADDRESS=
SERIAL_NUMBER=


# RSA key length, minimum of 1024 recommended.
KEYBITS=1024
# RSA key length, minimum of 2048 recommended.
KEYBITS=2048

#
# NO NEED FOR EDITING BELOW THIS LINE
Expand Down

0 comments on commit 73b67ab

Please sign in to comment.