Skip to content

Commit

Permalink
update keysize in test
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle committed Dec 30, 2022
1 parent 5ce26cf commit 8a5cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func SetupAccount(ctx context.Context, c *api.Client, userID, token, password st

keyName := install.Profile.FirstName + " " + install.Profile.LastName + " " + install.Username

privateKey, err := helper.GenerateKey(keyName, install.Username, []byte(password), "rsa", 2048)
privateKey, err := helper.GenerateKey(keyName, install.Username, []byte(password), "rsa", 4096)
if err != nil {
return "", fmt.Errorf("Generating Private Key: %w", err)
}
Expand Down

0 comments on commit 8a5cbff

Please sign in to comment.