Skip to content

Commit 1147dc1

Browse files
Update cert utils
Increase to 2048 bits for RSA key Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a76bd70 commit 1147dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/cert_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
permission = 0o600
3131
serialNumber = 123123
3232
years, months, days = 5, 0, 0
33-
bits = 1024
33+
bits = 2048
3434
)
3535

3636
func GenerateSelfSignedCert(t testing.TB) (keyBytes, certBytes []byte) {

0 commit comments

Comments
 (0)